To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 轢梧燦 | 111001111000000010001100111001101000111001010111 | e7808ce68e57 |
EUC-JP | 轢梧燦 | 111011011110000010111000111010001011101110111000 | ede0b8e8bbb8 |
UTF-8 | 轢梧燦 | 111010001011110110100010111001101010001010100111111001111000011110100110 | e8bda2e6a2a7e787a6 |
UHC | 轢梧燦 | 110101011111100111100111111111001111001110111110 | d5f9e7fcf3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)