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 | 1110110010110001100110011110110110011000101000111110110010101000100110001110110010110001100010001110110110011000101110111110110010100111101100010101001001000101 | ecb199ed98a3eca898ecb188ed98bbeca7b15245 |
UHC | 챙혣쨘챈혻짱RE | 1100001110101100110000101000110011000010101110101100001110100110110000101010000011000010101011110101001001000101 | c3acc28cc2bac3a6c2a0c2af5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)