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 | ???LB | 0011111100111111001111110100110001000010 | 3f3f3f4c42 |
SJIS-WIN | 猥θ?LB | 11100000110011101000001111000110001111110100110001000010 | e0ce83c63f4c42 |
EUC-JP | 猥θ?LB | 11100000110100001010011011001000001111110100110001000010 | e0d0a6c83f4c42 |
UTF-8 | 猥θ춼LB | 11100111100011001010010111001110101110001110110010110110101111000100110001000010 | e78ca5ceb8ecb6bc4c42 |
UHC | 猥θ춼LB | 1110100011100101101001011110100010101101100110000100110001000010 | e8e5a5e8ad984c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)