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 | 1110110110011000101001101110110010101000100000001110110010110001100010001110110110011010100000101110110110011000101001101110110110011010101010010101001001000101 | ed98a6eca880ecb188ed9a82ed98a6ed9aa95245 |
UHC | 혦쨀챈횂혦횩RE | 1100001010001110110000101011001111000011101001101100001110000010110000101000111011000011100111110101001001000101 | c28ec2b3c3a6c382c28ec39f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)