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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 拗??拗??^ | 100111010101100000111111001111111001110101011000001111110011111101011110 | 9d583f3f9d583f3f5e |
EUC-JP | 拗??拗??^ | 110110011011100100111111001111111101100110111001001111110011111101011110 | d9b93f3fd9b93f3f5e |
UTF-8 | 拗룹쨵拗룹쨲^ | 11100110100010111001011111101011101000111011100111101100101010001011010111100110100010111001011111101011101000111011100111101100101010001011001001011110 | e68b97eba3b9eca8b5e68b97eba3b9eca8b25e |
UHC | 拗룹쨵拗룹쨲^ | 11101000111100111011011111101100101001001000111111101000111100111011011111101100101001001000110001011110 | e8f3b7eca48fe8f3b7eca48c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)