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 | 111011011001101010011001111011001010011110101111010001001110110010110001101010001110110010110001101000000101001001000101 | ed9a99eca7af44ecb1a8ecb1a05245 |
UHC | 횙짯D챨챠RE | 1100001110010011110000101010110101000100110000111011000011000011101011010101001001000101 | c393c2ad44c3b0c3ad5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)