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 | 00111111001111110100110001000010 | 3f3f4c42 |
SJIS-WIN | 姨?LB | 1001101101001000001111110100110001000010 | 9b483f4c42 |
EUC-JP | 姨?LB | 1101010110101001001111110100110001000010 | d5a93f4c42 |
UTF-8 | 姨렰LB | 1110010110100111101010001110101110100000101100000100110001000010 | e5a7a8eba0b04c42 |
UHC | 姨렰LB | 111011001010100110001110101111010100110001000010 | eca98ebd4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)