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 | 1001101011011111001111110011111101000010 | 9adf3f3f42 |
EUC-JP | 壤?IJB | 11010100111000010011111110001111101010011010011001000010 | d4e13f8fa9a642 |
UTF-8 | 壤㏆IJB | 111001011010001110100100111000111000111110000110110001001011001001000010 | e5a3a4e38f86c4b242 |
UHC | 壤㏆IJB | 11100101101111011010011111101111101010001010011001000010 | e5bda7efa8a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)