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 | 種?瓦陌? | 1000111011101101001111111000101010100010111010001001100100111111 | 8eed3f8aa2e8993f |
EUC-JP | 種?瓦陌? | 1011110011101111001111111011010010100100111011111111100100111111 | bcef3fb4a4eff93f |
UTF-8 | 種렠瓦陌렫 | 111001111010100010101110111010111010000010100000111001111001001110100110111010011001100110001100111010111010000010101011 | e7a8aeeba0a0e793a6e9998ceba0ab |
UHC | 種렠瓦陌렫 | 11110000111110101000111010110001111010001011111111011000111010001000111010111001 | f0fa8eb1e8bfd8e88eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)