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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 逋粂G | 1110011110011001100011000100100001000111 | e7998c4847 |
EUC-JP | 逋粂G | 1110110111111001101101111010100101000111 | edf9b7a947 |
UTF-8 | 逋粂G | 11101001100000001000101111100111101100101000001001000111 | e9808be7b28247 |
UHC | 逋?G | 11111000111001110011111101000111 | f8e73f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)