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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?埼 | 001111111000110111101001 | 3f8de9 |
EUC-JP | ?埼 | 001111111011101011101011 | 3fbaeb |
UTF-8 | 뤋埼 | 111010111010010010001011111001011001111110111100 | eba48be59fbc |
UHC | 뤋埼 | 10001111101110111101000011110010 | 8fbbd0f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)