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 | ??L | 001111110011111101001100 | 3f3f4c |
SJIS-WIN | 鴫L | 1111000011000000100011101011000001001100 | f0c08eb04c |
EUC-JP | ?鴫L | 00111111101111001011001001001100 | 3fbcb24c |
UTF-8 | 鴫L | 11101110100000011011111111101001101101001010101101001100 | ee81bfe9b4ab4c |
UHC | ??L | 001111110011111101001100 | 3f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)