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 | ???喩??^ | 0011111100111111001111111001101001100111001111110011111101011110 | 3f3f3f9a673f3f5e |
EUC-JP | ???喩??^ | 0011111100111111001111111101001111001000001111110011111101011110 | 3f3f3fd3c83f3f5e |
UTF-8 | 捻뀀쉸喩뺢덧^ | 11101111101001101010010011101011100000001000000011101100100010011011100011100101100101101010100111101011101110101010001011101011100011011010011101011110 | efa6a4eb8080ec89b8e596a9ebbaa2eb8da75e |
UHC | 捻뀀쉸喩뺢덧^ | 11100110111101111011001011101011100110101000111011101010111001111001010111101010101101011010000101011110 | e6f7b2eb9a8eeae795eab5a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)