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 | 蠇懆ュ倬虚謔 | 1111101110100001100111001110100010101101100110001110100110001011100101011110011010000010 | fba19ce8ad98e98b95e682 |
EUC-JP | ?懆ュ倬虚謔 | 0011111111011000111010101000111010101101110100001110101110110101111101011110101111100010 | 3fd8ea8eadd0ebb5f5ebe2 |
UTF-8 | 蠇懆ュ倬虚謔 | 111010001010000010000111111001101000011110000110111011111011110110101101111001011000000010101100111010001001100110011010111010001010110010010100 | e8a087e68786efbdade580ace8999ae8ac94 |
UHC | ???倬?謔 | 0011111100111111001111111111011011110000001111111111100111001100 | 3f3f3ff6f03ff9cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)