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 | 琮峰?? | 111110110110101010010101111101000011111100111111 | fb6a95f43f3f |
EUC-JP | 琮峰?? | 10001111110011001011001011001010111101100011111100111111 | 8fccb2caf63f3f |
UTF-8 | 琮峰렮펜 | 111001111001000010101110111001011011001110110000111010111010000010101110111011011000111010011100 | e790aee5b3b0eba0aeed8e9c |
UHC | 琮峰렮펜 | 1111000011111001110111001110100010001110101110111100011011100110 | f0f9dce88ebbc6e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)