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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鯆篏。ル | 111010011100001011100010101110111010000111011001 | e9c2e2bba1d9 |
EUC-JP | 鯆篏。ル | 1111001011000100111001001011110110001110101000011000111011011001 | f2c4e4bd8ea18ed9 |
UTF-8 | 鯆篏。ル | 111010011010111110000110111001111010111110001111111011111011110110100001111011111011111010011001 | e9af86e7af8fefbda1efbe99 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)