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 | ó±çÏ | 11110011101100011110011111001111 | f3b1e7cf |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | ó±çÏ | 1000111110101011110100011010000111011110100011111010101110101110100011111010101011000001 | 8fabd1a1de8fabae8faac1 |
UTF-8 | ó±çÏ | 1100001110110011110000101011000111000011101001111100001110001111 | c3b3c2b1c3a7c38f |
UHC | ?±?? | 0011111110100001101111100011111100111111 | 3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)