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 | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 杓璽Y | 1000111011011011100011101010001101011001 | 8edb8ea359 |
EUC-JP | 杓璽Y | 1011110011011101101111001010010101011001 | bcddbca559 |
UTF-8 | 杓璽Y | 11100110100111011001001111100111100100101011110101011001 | e69d93e792bd59 |
UHC | 杓璽Y | 1111100011110101110111111101111001011001 | f8f5dfde59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)