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 | ???D^ | 0011111100111111001111110100010001011110 | 3f3f3f445e |
SJIS-WIN | 猥θ?D^ | 11100000110011101000001111000110001111110100010001011110 | e0ce83c63f445e |
EUC-JP | 猥θ?D^ | 11100000110100001010011011001000001111110100010001011110 | e0d0a6c83f445e |
UTF-8 | 猥θ눎D^ | 11100111100011001010010111001110101110001110101110001000100011100100010001011110 | e78ca5ceb8eb888e445e |
UHC | 猥θ눎D^ | 1110100011100101101001011110100010000111101010100100010001011110 | e8e5a5e887aa445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)