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 | 10001110100010100011111110010010100111000011111101000010 | 8e8a3f929c3f42 |
EUC-JP | 至?凋?B | 10111011111010100011111111000011111111000011111101000010 | bbea3fc3fc3f42 |
UTF-8 | 至렪凋렖B | 11101000100001111011001111101011101000001010101011100101100001111000101111101011101000001001011001000010 | e887b3eba0aae5878beba09642 |
UHC | 至렪凋렖B | 111100101011100010001110101110001111000010111101100011101010101101000010 | f2b88eb8f0bd8eab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)