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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 嶹゙寬」耳昇 | 11111010101101011101111011111010101010101010001110001110101010001000111110111000 | fab5defaaaa38ea88fb8 |
EUC-JP | 嶹゙?」耳昇 | 100011111011101111110101100011101101111000111111100011101010001110111100101010101011111010111010 | 8fbbf58ede3f8ea3bcaabeba |
UTF-8 | 嶹゙寬」耳昇 | 111001011011011010111001111011111011111010011110111001011010111110101100111011111011110110100011111010001000000010110011111001101001100010000111 | e5b6b9efbe9ee5afacefbda3e880b3e69887 |
UHC | ??寬?耳昇 | 001111110011111111001110101100000011111111101100101111001110001110110000 | 3f3fceb03fecbce3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)