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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 殿????? | 10010011011000010011111100111111001111110011111100111111 | 93613f3f3f3f3f |
EUC-JP | 殿????? | 11000101110000100011111100111111001111110011111100111111 | c5c23f3f3f3f3f |
UTF-8 | 殿렏利븅뤉룹 | 111001101010111010111111111010111010000010001111111011111010011110011101111010111011100010000101111010111010010010001001111010111010001110111001 | e6aebfeba08fefa79debb885eba489eba3b9 |
UHC | 殿렏利븅뤉룹 | 111011101111110010001110101001011110110010100110101110101110100110001111101110011011011111101100 | eefc8ea5eca6bae98fb9b7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)