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 | 1110110010110001100010001110110110011000101100111110110110011000101010011110110010110001100001011110110010101000100101001110110010101000100011010101001001000101 | ecb188ed98b3ed98a9ecb185eca894eca88d5245 |
UHC | 챈혳혩책쨔쨍RE | 1100001110100110110000101001101011000010100100011100001110100101110000101011100111000010101110000101001001000101 | c3a6c29ac291c3a5c2b9c2b85245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)