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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 懌枋n}懌枋n{^ | 10011100111000101001111001100011011011100111110110011100111000101001111001100011011011100111101101011110 | 9ce29e636e7d9ce29e636e7b5e |
EUC-JP | 懌枋n}懌枋n{^ | 11011000111001001101101111000100011011100111110111011000111001001101101111000100011011100111101101011110 | d8e4dbc46e7dd8e4dbc46e7b5e |
UTF-8 | 懌枋n}懌枋n{^ | 1110011010000111100011001110011010011110100010110110111001111101111001101000011110001100111001101001111010001011011011100111101101011110 | e6878ce69e8b6e7de6878ce69e8b6e7b5e |
UHC | ?枋n}?枋n{^ | 0011111111011011101100110110111001111101001111111101101110110011011011100111101101011110 | 3fdbb36e7d3fdbb36e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)