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 | ???SB | 0011111100111111001111110101001101000010 | 3f3f3f5342 |
SJIS-WIN | 猥θ?SB | 11100000110011101000001111000110001111110101001101000010 | e0ce83c63f5342 |
EUC-JP | 猥θ?SB | 11100000110100001010011011001000001111110101001101000010 | e0d0a6c83f5342 |
UTF-8 | 猥θ눎SB | 11100111100011001010010111001110101110001110101110001000100011100101001101000010 | e78ca5ceb8eb888e5342 |
UHC | 猥θ눎SB | 1110100011100101101001011110100010000111101010100101001101000010 | e8e5a5e887aa5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)