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 | 菽遂 | 11100100110000011001000010001011 | e4c1908b |
EUC-JP | 菽遂 | 11101000110000111011111111101011 | e8c3bfeb |
UTF-8 | 菽遂 | 111010001000111110111101111010011000000110000010 | e88fbde98182 |
UHC | 菽遂 | 11100010110111011110001011000100 | e2dde2c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)