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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 稷谺稷嚶^ | 111000100110110011100110101011001110001001101100100110101000110101011110 | e26ce6ace26c9a8d5e |
EUC-JP | 稷谺稷嚶^ | 111000111100110111101100101011101110001111001101110100111110110101011110 | e3cdecaee3cdd3ed5e |
UTF-8 | 稷谺稷嚶^ | 11100111101010001011011111101000101100001011101011100111101010001011011111100101100110101011011001011110 | e7a8b7e8b0bae7a8b7e59ab65e |
UHC | 稷?稷?^ | 11110010110000110011111111110010110000110011111101011110 | f2c33ff2c33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)