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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 營??湲? | 10011010011110100011111100111111100111111101000100111111 | 9a7a3f3f9fd13f |
EUC-JP | 營??湲? | 11010011110110110011111100111111110111101101001100111111 | d3db3f3fded33f |
UTF-8 | 營뚭선湲귻 | 111001111000011110011111111010111001101010101101111011001000010010100000111001101011100110110010111010101011011110111011 | e7879feb9aadec84a0e6b9b2eab7bb |
UHC | 營뚭선湲귻 | 11100111101111011000110011101010101111001011000111101010101110001000001101000010 | e7bd8ceabcb1eab88342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)