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 | 0011111110010000010100100100110001000010 | 3f90524c42 |
EUC-JP | ?審LB | 0011111110111111101100110100110001000010 | 3fbfb34c42 |
UTF-8 | 룶審LB | 1110101110100011101101101110010110101111101010010100110001000010 | eba3b6e5afa94c42 |
UHC | 룶審LB | 100011111010101111100011111110110100110001000010 | 8fabe3fb4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)