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 | 線件輯薛 | 1001000011111100100011001000111110001111010100111110010101001100 | 90fc8c8f8f53e54c |
EUC-JP | 線件輯薛 | 1100000011111110101101111110111110111101101101001110100110101101 | c0feb7efbdb4e9ad |
UTF-8 | 線件輯薛 | 111001111011011110011010111001001011101110110110111010001011110010101111111010001001011010011011 | e7b79ae4bbb6e8bcafe8969b |
UHC | 線件輯薛 | 1110000011001010110010111110110011110010111111101110000011100000 | e0cacbecf2fee0e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)