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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豁惹ソ嶺ス | 1110011010101101100011101110010010111111100101111110010010111101 | e6ad8ee4bf97e4bd |
EUC-JP | 豁惹ソ嶺ス | 11101100101011111011110011100110100011101011111111001110111001101000111010111101 | ecafbce68ebfcee68ebd |
UTF-8 | 豁惹ソ嶺ス | 111010001011000110000001111001101000001110111001111011111011110110111111111001011011011010111010111011111011110110111101 | e8b181e683b9efbdbfe5b6baefbdbd |
UHC | 豁惹?嶺? | 1111110011000011111001011010100100111111110101101011101000111111 | fcc3e5a93fd6ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)