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 | 111010111010000010111011111010111010000010101110010001001110101110100000101110101110101110100000101010100101001001000101 | eba0bbeba0ae44eba0baeba0aa5245 |
UHC | 렻렮D렺렪RE | 1000111011000011100011101011101101000100100011101100001010001110101110000101001001000101 | 8ec38ebb448ec28eb85245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)