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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????日 | 0011111100111111001111110011111100111111001111111001001111111010 | 3f3f3f3f3f3f93fa |
EUC-JP | ??????日 | 0011111100111111001111110011111100111111001111111100011011111100 | 3f3f3f3f3f3fc6fc |
UTF-8 | 嶪륁캈痢뚨텧日 | 111001011011011010101010111010111010010110000001111011001011101010001000111011111010011110100101111010111001101010101000111011011000010110100111111001101001011110100101 | e5b6aaeba581ecba88efa7a5eb9aa8ed85a7e697a5 |
UHC | 嶪륁캈痢뚨텧日 | 1110010111110101100011111110110010101111100101001110110010111000100011001110011110110110100111001110110011101101 | e5f58fecaf94ecb88ce7b69ceced |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)