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 | 銕峨o鈑 | 1110011111101100100010011110001110000010100011111110011111100101 | e7ec89e3828fe7e5 |
| EUC-JP | 銕峨o鈑 | 1110111011101110101100101110010110100011111011111110111011100111 | eeeeb2e5a3efeee7 |
| UTF-8 | 銕峨o鈑 | 111010011000101010010101111001011011001110101000111011111011110110001111111010011000100010010001 | e98a95e5b3a8efbd8fe98891 |
| UHC | ?峨o鈑 | 00111111111001001011000110100011111011111111011111111110 | 3fe4b1a3eff7fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)