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 | 豫깨 | 111010001011000110101011111010101011100110101000 | e8b1abeab9a8 |
SJIS-WIN | ?±???¨ | 0011111110000001011111010011111100111111001111111000000101001110 | 3f817d3f3f3f814e |
EUC-JP | è±?ê?¨ | 100011111010101110110010101000011101111000111111100011111010101110110100001111111010000110101111 | 8fabb2a1de3f8fabb43fa1af |
UTF-8 | 豫깨 | 110000111010100011000010101100011100001010101011110000111010101011000010101110011100001010101000 | c3a8c2b1c2abc3aac2b9c2a8 |
UHC | ?±??¹¨ | 001111111010000110111110001111110011111110101001111101101010000110100111 | 3fa1be3f3fa9f6a1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)