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 | 鷹?載屯?? | 100100011110100100111111100011011101101010010011110101000011111100111111 | 91e93f8dda93d43f3f |
EUC-JP | 鷹?載屯?? | 110000101110101100111111101110101101110011000110110101100011111100111111 | c2eb3fbadcc6d63f3f |
UTF-8 | 鷹렒載屯렭렕 | 111010011011011110111001111010111010000010010010111010001011110010001001111001011011000110101111111010111010000010101101111010111010000010010101 | e9b7b9eba092e8bc89e5b1afeba0adeba095 |
UHC | 鷹렒載屯렭렕 | 111010111110110110001110101001111110111010110000110101001110101010001110101110101000111010101010 | ebed8ea7eeb0d4ea8eba8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)