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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 邂ルムY | 1110011110101110110110011101000101011001 | e7aed9d159 |
EUC-JP | 邂ルムY | 11101110101100001000111011011001100011101101000101011001 | eeb08ed98ed159 |
UTF-8 | 邂ルムY | 11101001100000101000001011101111101111101001100111101111101111101001000101011001 | e98282efbe99efbe9159 |
UHC | 邂??Y | 1111101010110011001111110011111101011001 | fab33f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)