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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 錵亥怯B | 11101000010001011000100011100101100010111010111101000010 | e84588e58baf42 |
EUC-JP | 錵亥怯B | 11101111101001101011000011100111101101101011000101000010 | efa6b0e7b6b142 |
UTF-8 | 錵亥怯B | 11101001100011001011010111100100101110101010010111100110100000001010111101000010 | e98cb5e4baa5e680af42 |
UHC | ?亥怯B | 001111111111101010100100110011001010010101000010 | 3ffaa4cca542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)