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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 娃?!唯 | 10001000101000010011111110000001010010011001011101000010 | 88a13f81499742 |
EUC-JP | 娃?!唯 | 10110000101000110011111110100001101010101100110110100011 | b0a33fa1aacda3 |
UTF-8 | 娃숇!唯 | 111001011010100010000011111011001000100010000111111011111011110010000001111001011001010010101111 | e5a883ec8887efbc81e594af |
UHC | 娃숇!唯 | 1110100011011111100110011110101110100011101000011110101011100110 | e8df99eba3a1eae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)