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 | 庄?ε齬 | 10001111101011110011111110000011110000111110101010010111 | 8faf3f83c3ea97 |
EUC-JP | 庄?ε齬 | 10111110101100010011111110100110110001011111001111110111 | beb13fa6c5f3f7 |
UTF-8 | 庄얕ε齬 | 1110010110111010100001001110110010010110100101011100111010110101111010011011110110101100 | e5ba84ec9695ceb5e9bdac |
UHC | 庄얕ε齬 | 1110110111100100101111101110100010100101111001011110010111100001 | ede4bee8a5e5e5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)