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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 唯也?丹 | 10010111010000101001011011100111001111111001001001001111 | 974296e73f924f |
EUC-JP | 唯也璹丹 | 110011011010001111001100111010011000111111001100111001111100001110110000 | cda3cce98fcce7c3b0 |
UTF-8 | 唯也璹丹 | 111001011001010010101111111001001011100110011111111001111001001010111001111001001011100010111001 | e594afe4b99fe792b9e4b8b9 |
UHC | 唯也璹丹 | 1110101011100110111001011010010111100010110110111101001110100001 | eae6e5a5e2dbd3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)