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 | ?????o | 001111110011111100111111001111110011111101101111 | 3f3f3f3f3f6f |
SJIS-WIN | ???厓?o | 00111111001111110011111111111010100011010011111101101111 | 3f3f3ffa8d3f6f |
EUC-JP | ???厓?o | 0011111100111111001111111000111110110100110001110011111101101111 | 3f3f3f8fb4c73f6f |
UTF-8 | 룵句룶厓◈o | 11101011101000111011010111101111101001001000011011101011101000111011011011100101100011101001001111100010100101111000100001101111 | eba3b5efa486eba3b6e58e93e297886f |
UHC | 룵句룶厓◈o | 1000111110101010110011111111101110001111101010111110010011101101101000101100001001101111 | 8faacffb8fabe4eda2c26f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)