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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 厓х?] | 111110101000110110000100100001110011111101011101 | fa8d84873f5d |
EUC-JP | 厓х?] | 10001111101101001100011110100111111001110011111101011101 | 8fb4c7a7e73f5d |
UTF-8 | 厓х뮓] | 111001011000111010010011110100011000010111101011101011101001001101011101 | e58e93d185ebae935d |
UHC | 厓х뮓] | 11100100111011011010110011100111100100101001111101011101 | e4edace7929f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)