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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 窈??猥 | 111000100111011100111111001111111110000011001110 | e2773f3fe0ce |
EUC-JP | 窈??猥 | 111000111101100000111111001111111110000011010000 | e3d83f3fe0d0 |
UTF-8 | 窈놅풐猥 | 111001111010101010001000111010111000011010000101111011011001001010010000111001111000110010100101 | e7aa88eb8685ed9290e78ca5 |
UHC | 窈놅풐猥 | 1110100110100001100001101110111110111110100101001110100011100101 | e9a186efbe94e8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)