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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 厭曜盛B | 10001001011111011001011101101010100100001011011101000010 | 897d976a90b742 |
EUC-JP | 厭曜盛B | 10110001110111101100110111001011110000001011100101000010 | b1decdcbc0b942 |
UTF-8 | 厭曜盛B | 11100101100011101010110111100110100110111001110011100111100110111001101101000010 | e58eade69b9ce79b9b42 |
UHC | 厭曜盛B | 11100110111101001110100011111000111000001111110001000010 | e6f4e8f8e0fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)