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 | 燿??夜? | 11100000101000000011111100111111100101101110100100111111 | e0a03f3f96e93f |
EUC-JP | 燿??夜? | 11100000101000100011111100111111110011001110101100111111 | e0a23f3fcceb3f |
UTF-8 | 燿먩닁夜쇤 | 111001111000011110111111111010111010100010101001111010111000101110000001111001011010010010011100111011001000011110100100 | e787bfeba8a9eb8b81e5a49cec87a4 |
UHC | 燿먩닁夜쇤 | 11101000111111001001000011100110100010001000101011100101101010001011110011101001 | e8fc90e6888ae5a8bce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)