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 | ???m | 00111111001111110011111101101101 | 3f3f3f6d |
SJIS-WIN | ??ケm | 0011111100111111100000110101000001101101 | 3f3f83506d |
EUC-JP | ??ケm | 0011111100111111101001011011000101101101 | 3f3fa5b16d |
UTF-8 | 룵쨵ケm | 11101011101000111011010111101100101010001011010111100011100000101011000101101101 | eba3b5eca8b5e382b16d |
UHC | 룵쨵ケm | 10001111101010101010010010001111101010111011000101101101 | 8faaa48fabb16d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)