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 | ¸³ý£å | 100011111011100010110011111111011010001111100101 | 8fb8b3fda3e5 |
SJIS-WIN | ????£? | 00111111001111110011111100111111100000011001001000111111 | 3f3f3f3f81923f |
EUC-JP | ?¸?ý£å | 00111111100011111010001010110001001111111000111110101011111100101010000111110010100011111010101110101001 | 3f8fa2b13f8fabf2a1f28faba9 |
UTF-8 | ¸³ý£å | 110000101000111111000010101110001100001010110011110000111011110111000010101000111100001110100101 | c28fc2b8c2b3c3bdc2a3c3a5 |
UHC | ?¸³??? | 0011111110100010101011001010100111111000001111110011111100111111 | 3fa2aca9f83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)