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 | 肅ル拶 | 111000111110011110000011100010111000111001000001 | e3e7838b8e41 |
EUC-JP | 肅ル拶 | 111001101110100110100101111010111011101110100010 | e6e9a5ebbba2 |
UTF-8 | 肅ル拶 | 111010001000001010000101111000111000001110101011111001101000101110110110 | e88285e383abe68bb6 |
UHC | 肅ル? | 1110001011011100101010111110101100111111 | e2dcabeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)