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 | 邱壼勣褊 | 1110011110110111100110101110010110011001101010001110010111101101 | e7b79ae599a8e5ed |
EUC-JP | 邱壼勣褊 | 1110111010111001110101001110011111010010101010101110101011101111 | eeb9d4e7d2aaeaef |
UTF-8 | 邱壼勣褊 | 111010011000001010110001111001011010001110111100111001011000101110100011111010001010010010001010 | e982b1e5a3bce58ba3e8a48a |
UHC | 邱?勣? | 110011111100100000111111111011101101001100111111 | cfc83feed33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)