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 | 陝柘画桶 | 1110100010011111100100101101000110001001111001101000100110110001 | e89f92d189e689b1 |
EUC-JP | 陝柘画桶 | 1111000010100001110001001101001110110010111010001011001010110011 | f0a1c4d3b2e8b2b3 |
UTF-8 | 陝柘画桶 | 111010011001100110011101111001101001111110011000111001111001010010111011111001101010000110110110 | e9999de69f98e794bbe6a1b6 |
UHC | 陝??桶 | 111000001110110100111111001111111111011111010010 | e0ed3f3ff7d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)