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 | 蔘添 | 11100100111100111001001101011001 | e4f39359 |
EUC-JP | 蔘添 | 11101000111101011100010110111010 | e8f5c5ba |
UTF-8 | 蔘添 | 111010001001010010011000111001101011011110111011 | e89498e6b7bb |
UHC | 蔘添 | 11011111101110001111010011010101 | dfb8f4d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)