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 | 0011111101000000001111110100000001000010 | 3f403f4042 |
SJIS-WIN | 膠@膠@B | 11100100010100000100000011100100010100000100000001000010 | e45040e4504042 |
EUC-JP | 膠@膠@B | 11100111101100010100000011100111101100010100000001000010 | e7b140e7b14042 |
UTF-8 | 膠@膠@B | 111010001000011010100000010000001110100010000110101000000100000001000010 | e886a040e886a04042 |
UHC | 膠@膠@B | 11001110111011110100000011001110111011110100000001000010 | ceef40ceef4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)