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 | 悉篆皀 | 100011101011101111100010101111011110000110100011 | 8ebbe2bde1a3 |
EUC-JP | 悉篆皀 | 101111001011110111100100101111111110001010100101 | bcbde4bfe2a5 |
UTF-8 | 悉篆皀 | 111001101000001010001001111001111010111110000110111001111001101010000000 | e68289e7af86e79a80 |
UHC | 悉篆? | 1110001111111010111011111010101000111111 | e3faefaa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)