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 | ??D??RE | 00111111001111110100010000111111001111110101001001000101 | 3f3f443f3f5245 |
SJIS-WIN | ??D??RE | 00111111001111110100010000111111001111110101001001000101 | 3f3f443f3f5245 |
EUC-JP | ??D??RE | 00111111001111110100010000111111001111110101001001000101 | 3f3f443f3f5245 |
UTF-8 | 횄쨩D횂쨍RE | 111011011001101010000100111011001010100010101001010001001110110110011010100000101110110010101000100011010101001001000101 | ed9a84eca8a944ed9a82eca88d5245 |
UHC | 횄쨩D횂쨍RE | 1100001110000011110000101011101101000100110000111000001011000010101110000101001001000101 | c383c2bb44c382c2b85245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)