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 | 樗?樗?^ | 10010010100101000011111110010010100101000011111101011110 | 92943f92943f5e |
EUC-JP | 樗?樗?^ | 11000011111101000011111111000011111101000011111101011110 | c3f43fc3f43f5e |
UTF-8 | 樗룁樗뢸^ | 11100110101010001001011111101011101000111000000111100110101010001001011111101011101000101011100001011110 | e6a897eba381e6a897eba2b85e |
UHC | 樗룁樗뢸^ | 111011101100000010110111110111101110111011000000101101111101110001011110 | eec0b7deeec0b7dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)