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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 日?B | 10010011111110100011111101000010 | 93fa3f42 |
EUC-JP | 日?B | 11000110111111000011111101000010 | c6fc3f42 |
UTF-8 | 日렟B | 11100110100101111010010111101011101000001001111101000010 | e697a5eba09f42 |
UHC | 日렟B | 1110110011101101100011101011000001000010 | eced8eb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)