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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
EUC-JP | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
UTF-8 | 梨숉쉪梨뚯쮰E | 11101111101001111010001011101100100010001000100111101100100010011010101011101111101001111010001011101011100110101010111111101100101011101011000001000101 | efa7a2ec8889ec89aaefa7a2eb9aafecaeb045 |
UHC | 梨숉쉪梨뚯쮰E | 11101100101100011001100111101101100110101000010011101100101100011000110011101100101010001000110101000101 | ecb199ed9a84ecb18ceca88d45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)