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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 溺}溺{^ | 10010011010011010111110110010011010011010111101101011110 | 934d7d934d7b5e |
EUC-JP | 溺}溺{^ | 11000101101011100111110111000101101011100111101101011110 | c5ae7dc5ae7b5e |
UTF-8 | 溺}溺{^ | 111001101011101010111010011111011110011010111010101110100111101101011110 | e6baba7de6baba7b5e |
UHC | 溺}溺{^ | 11010010111111000111110111010010111111000111101101011110 | d2fc7dd2fc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)