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 | ???vB | 0011111100111111001111110111011001000010 | 3f3f3f7642 |
SJIS-WIN | 猥θ?vB | 11100000110011101000001111000110001111110111011001000010 | e0ce83c63f7642 |
EUC-JP | 猥θ?vB | 11100000110100001010011011001000001111110111011001000010 | e0d0a6c83f7642 |
UTF-8 | 猥θ눎vB | 11100111100011001010010111001110101110001110101110001000100011100111011001000010 | e78ca5ceb8eb888e7642 |
UHC | 猥θ눎vB | 1110100011100101101001011110100010000111101010100111011001000010 | e8e5a5e887aa7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)