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 | ???ZU | 0011111100111111001111110101101001010101 | 3f3f3f5a55 |
SJIS-WIN | ???ZU | 0011111100111111001111110101101001010101 | 3f3f3f5a55 |
EUC-JP | ???ZU | 0011111100111111001111110101101001010101 | 3f3f3f5a55 |
UTF-8 | 묱뫀뫌ZU | 1110101110101100101100011110101110101011100000001110101110101011100011000101101001010101 | ebacb1ebab80ebab8c5a55 |
UHC | 묱뫀뫌ZU | 1001001001001000100100011010010010010001101011100101101001010101 | 924891a491ae5a55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)