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 | mLB | 10011111100011011000110101101101100111110100110001000010 | 9f8d8d6d9f4c42 |
SJIS-WIN | ???m?LB | 00111111001111110011111101101101001111110100110001000010 | 3f3f3f6d3f4c42 |
EUC-JP | ???m?LB | 00111111001111110011111101101101001111110100110001000010 | 3f3f3f6d3f4c42 |
UTF-8 | mLB | 1100001010011111110000101000110111000010100011010110110111000010100111110100110001000010 | c29fc28dc28d6dc29f4c42 |
UHC | ???m?LB | 00111111001111110011111101101101001111110100110001000010 | 3f3f3f6d3f4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)