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 | 踰朸}踰朸{^ | 1110011011111010100111100101010101111101111001101111101010011110010101010111101101011110 | e6fa9e557de6fa9e557b5e |
EUC-JP | 踰朸}踰朸{^ | 1110110011111100110110111011011001111101111011001111110011011011101101100111101101011110 | ecfcdbb67decfcdbb67b5e |
UTF-8 | 踰朸}踰朸{^ | 111010001011100010110000111001101001110010111000011111011110100010111000101100001110011010011100101110000111101101011110 | e8b8b0e69cb87de8b8b0e69cb87b5e |
UHC | 踰?}踰?{^ | 111010111011001000111111011111011110101110110010001111110111101101011110 | ebb23f7debb23f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)