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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 瓮?凋?B | 11100001010001000011111110010010100111000011111101000010 | e1443f929c3f42 |
EUC-JP | 瓮?凋?B | 11100001101001010011111111000011111111000011111101000010 | e1a53fc3fc3f42 |
UTF-8 | 瓮렪凋렪B | 11100111100100111010111011101011101000001010101011100101100001111000101111101011101000001010101001000010 | e793aeeba0aae5878beba0aa42 |
UHC | 瓮렪凋렪B | 111010001011011110001110101110001111000010111101100011101011100001000010 | e8b78eb8f0bd8eb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)