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 | ??????RE | 0011111100111111001111110011111100111111001111110101001001000101 | 3f3f3f3f3f3f5245 |
SJIS-WIN | ??????RE | 0011111100111111001111110011111100111111001111110101001001000101 | 3f3f3f3f3f3f5245 |
EUC-JP | ??????RE | 0011111100111111001111110011111100111111001111110101001001000101 | 3f3f3f3f3f3f5245 |
UTF-8 | 李쏀쉨梨듭괩RE | 1110111110100111101000011110110010001111100000001110110010001001101010001110111110100111101000101110101110010011101011011110101010110100101010010101001001000101 | efa7a1ec8f80ec89a8efa7a2eb93adeab4a95245 |
UHC | 李쏀쉨梨듭괩RE | 1110110010110000101111011110110110011010100000101110110010110001101101011110110010110001101010000101001001000101 | ecb0bded9a82ecb1b5ecb1a85245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)