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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 駿拒駿居^ | 100011110111100010001011100100011000111101111000100010111000111101011110 | 8f788b918f788b8f5e |
EUC-JP | 駿拒駿居^ | 101111011101100110110101111100011011110111011001101101011110111101011110 | bdd9b5f1bdd9b5ef5e |
UTF-8 | 駿拒駿居^ | 11101001101001111011111111100110100010111001001011101001101001111011111111100101101100011000010101011110 | e9a7bfe68b92e9a7bfe5b1855e |
UHC | 駿拒駿居^ | 111100011110011111001011110111101111000111100111110010111101110001011110 | f1e7cbdef1e7cbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)