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 | 00111111001111110011111100111111001111110101001001000101 | 3f3f3f3f3f5245 |
SJIS-WIN | ?????RE | 00111111001111110011111100111111001111110101001001000101 | 3f3f3f3f3f5245 |
EUC-JP | ?????RE | 00111111001111110011111100111111001111110101001001000101 | 3f3f3f3f3f5245 |
UTF-8 | 횩철혧쩌첸RE | 1110110110011010101010011110110010110010101000001110110110011000101001111110110010101001100011001110110010110010101110000101001001000101 | ed9aa9ecb2a0ed98a7eca98cecb2b85245 |
UHC | 횩철혧쩌첸RE | 110000111001111111000011101101101100001010001111110000101011110011000011101111100101001001000101 | c39fc3b6c28fc2bcc3be5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)