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 | ??????@h | 0011111100111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f3f4068 |
SJIS-WIN | ??????@h | 0011111100111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f3f4068 |
EUC-JP | ??????@h | 0011111100111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f3f4068 |
UTF-8 | 묭뫚뫑뭑몼뫁@h | 1110101110101100101011011110101110101011100110101110101110101011100100011110101110101101100100011110101110101010101111001110101110101011100000010100000001101000 | ebacadebab9aebab91ebad91ebaabcebab814068 |
UHC | 묭뫚뫑뭑몼뫁@h | 1001001001000100100100011011101010010001101100111001001001011001100100011010000110010001101001010100000001101000 | 924491ba91b3925991a191a54068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)