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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 臣h臣 | 1001000001100010011010001001000001100010 | 9062689062 |
EUC-JP | 臣h臣 | 1011111111000011011010001011111111000011 | bfc368bfc3 |
UTF-8 | 臣h臣 | 11101000100001111010001101101000111010001000011110100011 | e887a368e887a3 |
UHC | 臣h臣 | 1110001111101101011010001110001111101101 | e3ed68e3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)