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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 饌}饌{^ | 11101001011000010111110111101001011000010111101101011110 | e9617de9617b5e |
EUC-JP | 饌}饌{^ | 11110001110000100111110111110001110000100111101101011110 | f1c27df1c27b5e |
UTF-8 | 饌}饌{^ | 111010011010010110001100011111011110100110100101100011000111101101011110 | e9a58c7de9a58c7b5e |
UHC | 饌}饌{^ | 11110011110010100111110111110011110010100111101101011110 | f3ca7df3ca7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)