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 | 唯也?唯 | 10010111010000101001011011100111001111111001011101000010 | 974296e73f9742 |
EUC-JP | 唯也璹唯 | 110011011010001111001100111010011000111111001100111001111100110110100011 | cda3cce98fcce7cda3 |
UTF-8 | 唯也璹唯 | 111001011001010010101111111001001011100110011111111001111001001010111001111001011001010010101111 | e594afe4b99fe792b9e594af |
UHC | 唯也璹唯 | 1110101011100110111001011010010111100010110110111110101011100110 | eae6e5a5e2dbeae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)