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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 琮?加 | 1111101101101010001111111000100111000001 | fb6a3f89c1 |
EUC-JP | 琮泮加 | 1000111111001100101100101000111111000111101010001011001011000011 | 8fccb28fc7a8b2c3 |
UTF-8 | 琮泮加 | 111001111001000010101110111001101011001110101110111001011000101010100000 | e790aee6b3aee58aa0 |
UHC | 琮泮加 | 111100001111100111011010111010101100101010100101 | f0f9daeacaa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)