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 | 拗??獄??^ | 100111010101100000111111001111111000110110010110001111110011111101011110 | 9d583f3f8d963f3f5e |
EUC-JP | 拗??獄??^ | 110110011011100100111111001111111011100111110110001111110011111101011110 | d9b93f3fb9f63f3f5e |
UTF-8 | 拗룸젻獄띾젉^ | 11100110100010111001011111101011101000111011100011101100101000001011101111100111100011011000010011101011100111011011111011101100101000001000100101011110 | e68b97eba3b8eca0bbe78d84eb9dbeeca0895e |
UHC | 拗룸젻獄띾젉^ | 11101000111100111011011111101011101000001010111011101000101010111000110111101011101000001000101101011110 | e8f3b7eba0aee8ab8deba08b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)