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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 隆饌}隆饌{^ | 1001011110110010111010010110000101111101100101111011001011101001011000010111101101011110 | 97b2e9617d97b2e9617b5e |
EUC-JP | 隆饌}隆饌{^ | 1100111010110100111100011100001001111101110011101011010011110001110000100111101101011110 | ceb4f1c27dceb4f1c27b5e |
UTF-8 | 隆饌}隆饌{^ | 111010011001101010000110111010011010010110001100011111011110100110011010100001101110100110100101100011000111101101011110 | e99a86e9a58c7de99a86e9a58c7b5e |
UHC | 隆饌}隆饌{^ | 1101011111001100111100111100101001111101110101111100110011110011110010100111101101011110 | d7ccf3ca7dd7ccf3ca7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)