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 | Ä×¿Ó | 11000100110101111011111111010011 | c4d7bfd3 |
SJIS-WIN | ?×?? | 0011111110000001011111100011111100111111 | 3f817e3f3f |
EUC-JP | Ä×¿Ó | 1000111110101010101000111010000111011111100011111010001011000100100011111010101011010001 | 8faaa3a1df8fa2c48faad1 |
UTF-8 | Ä×¿Ó | 1100001110000100110000111001011111000010101111111100001110010011 | c384c397c2bfc393 |
UHC | ?׿? | 001111111010000110111111101000101010111100111111 | 3fa1bfa2af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)