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 | ?篩ε齬 | 00111111111000101011111110000011110000111110101010010111 | 3fe2bf83c3ea97 |
EUC-JP | 鋌篩ε齬 | 100011111110010010111011111001001100000110100110110001011111001111110111 | 8fe4bbe4c1a6c5f3f7 |
UTF-8 | 鋌篩ε齬 | 1110100110001011100011001110011110101111101010011100111010110101111010011011110110101100 | e98b8ce7afa9ceb5e9bdac |
UHC | 鋌篩ε齬 | 1110111111111011110111101110100010100101111001011110010111100001 | effbdee8a5e5e5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)