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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | シホ豼 | 10111100110011101110011010111111 | bccee6bf |
EUC-JP | シホ豼 | 100011101011110010001110110011101110110011000001 | 8ebc8eceecc1 |
UTF-8 | シホ豼 | 111011111011110110111100111011111011111010001110111010001011000110111100 | efbdbcefbe8ee8b1bc |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)