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 | ß^}ß^{^ | 100011111101111101011110011111011000111111011111010111100111101101011110 | 8fdf5e7d8fdf5e7b5e |
SJIS-WIN | ??^}??^{^ | 001111110011111101011110011111010011111100111111010111100111101101011110 | 3f3f5e7d3f3f5e7b5e |
EUC-JP | ?ß^}?ß^{^ | 00111111100011111010100111001110010111100111110100111111100011111010100111001110010111100111101101011110 | 3f8fa9ce5e7d3f8fa9ce5e7b5e |
UTF-8 | ß^}ß^{^ | 11000010100011111100001110011111010111100111110111000010100011111100001110011111010111100111101101011110 | c28fc39f5e7dc28fc39f5e7b5e |
UHC | ?ß^}?ß^{^ | 0011111110101001101011000101111001111101001111111010100110101100010111100111101101011110 | 3fa9ac5e7d3fa9ac5e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)