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 | 茱紳 | 11100100101000111001000001100001 | e4a39061 |
EUC-JP | 茱紳 | 11101000101001011011111111000010 | e8a5bfc2 |
UTF-8 | 茱紳 | 111010001000110010110001111001111011010010110011 | e88cb1e7b4b3 |
UHC | 茱紳 | 11100010101111001110001111101011 | e2bce3eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)