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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?順 | 001111111000111110000111 | 3f8f87 |
EUC-JP | ?順 | 001111111011110111100111 | 3fbde7 |
UTF-8 | 먨順 | 111010111010100010101000111010011010000010000110 | eba8a8e9a086 |
UHC | 먨順 | 10010000111001011110001011110111 | 90e5e2f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)