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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ???饔??^ | 001111110011111100111111100011111110100011101111001111110011111101011110 | 3f3f3f8fe8ef3f3f5e |
UTF-8 | 廉띾젫饔낅젔^ | 11101111101001101010001011101011100111011011111011101100101000001010101111101001101001011001010011101011100000101000010111101100101000001001010001011110 | efa6a2eb9dbeeca0abe9a594eb8285eca0945e |
UHC | 廉띾젫饔낅젔^ | 11100110111101011000110111101011101000001010001111101000101111011000010111101011101000001001001001011110 | e6f58deba0a3e8bd85eba0925e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)