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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 篳釮レワ | 111000101100100011111011101111101101101011011100 | e2c8fbbedadc |
EUC-JP | 篳釮レワ | 111001001100101010001111111000111011000010001110110110101000111011011100 | e4ca8fe3b08eda8edc |
UTF-8 | 篳釮レワ | 111001111010111110110011111010011000011110101110111011111011111010011010111011111011111010011100 | e7afb3e987aeefbe9aefbe9c |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)