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 | 秧??獄??^ | 111000100101111000111111001111111000110110010110001111110011111101011110 | e25e3f3f8d963f3f5e |
EUC-JP | 秧??獄??^ | 111000111011111100111111001111111011100111110110001111110011111101011110 | e3bf3f3fb9f63f3f5e |
UTF-8 | 秧꾨젻獄띾젉^ | 11100111101001111010011111101010101111101010100011101100101000001011101111100111100011011000010011101011100111011011111011101100101000001000100101011110 | e7a7a7eabea8eca0bbe78d84eb9dbeeca0895e |
UHC | 秧꾨젻獄띾젉^ | 11100100111010111000010011101011101000001010111011101000101010111000110111101011101000001000101101011110 | e4eb84eba0aee8ab8deba08b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)