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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 韃碁㈹^ | 11101000111001011000110011101001100001111000110001011110 | e8e58ce9878c5e |
EUC-JP | 韃碁?^ | 111100001110011110111000111010110011111101011110 | f0e7b8eb3f5e |
UTF-8 | 韃碁㈹^ | 11101001100111111000001111100111101000101000000111100011100010001011100101011110 | e99f83e7a281e388b95e |
UHC | ?碁?^ | 0011111111010001101100110011111101011110 | 3fd1b33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)