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 | 邱壼勣謠 | 1110011110110111100110101110010110011001101010001110011010001111 | e7b79ae599a8e68f |
EUC-JP | 邱壼勣謠 | 1110111010111001110101001110011111010010101010101110101111101111 | eeb9d4e7d2aaebef |
UTF-8 | 邱壼勣謠 | 111010011000001010110001111001011010001110111100111001011000101110100011111010001010110010100000 | e982b1e5a3bce58ba3e8aca0 |
UHC | 邱?勣謠 | 11001111110010000011111111101110110100111110100110101010 | cfc83feed3e9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)