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 | ??K | 001111110011111101001011 | 3f3f4b |
SJIS-WIN | 鼻?K | 10010101010000000011111101001011 | 95403f4b |
EUC-JP | 鼻?K | 11001001101000010011111101001011 | c9a13f4b |
UTF-8 | 鼻둔K | 11101001101111001011101111101011100100011001010001001011 | e9bcbbeb91944b |
UHC | 鼻둔K | 1101111010101100101101011101000001001011 | deacb5d04b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)