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 | 窈ョК? | 11100010011101111000001110000111100001000100101100111111 | e2778387844b3f |
EUC-JP | 窈ョК? | 11100011110110001010010111100111101001111010110000111111 | e3d8a5e7a7ac3f |
UTF-8 | 窈ョК掠 | 1110011110101010100010001110001110000011101001111101000010011010111011111010010110110101 | e7aa88e383a7d09aefa5b5 |
UHC | 窈ョК掠 | 1110100110100001101010111110011110101100101011001110010110110001 | e9a1abe7acace5b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)