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 | 00111111001111110111110101000111 | 3f3f7d47 |
SJIS-WIN | 迹カ}G | 1110011110010001101101100111110101000111 | e791b67d47 |
EUC-JP | 迹カ}G | 111011011111000110001110101101100111110101000111 | edf18eb67d47 |
UTF-8 | 迹カ}G | 1110100010111111101110011110111110111101101101100111110101000111 | e8bfb9efbdb67d47 |
UHC | 迹?}G | 1110111011101001001111110111110101000111 | eee93f7d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)