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 | 種?元?鎰 | 1000111011101101001111111000110010110011001111111110100001001100 | 8eed3f8cb33fe84c |
EUC-JP | 種?元?鎰 | 1011110011101111001111111011100010110101001111111110111110101101 | bcef3fb8b53fefad |
UTF-8 | 種렣元렞鎰 | 111001111010100010101110111010111010000010100011111001011000010110000011111010111010000010011110111010011000111010110000 | e7a8aeeba0a3e58583eba09ee98eb0 |
UHC | 種렣元렞鎰 | 11110000111110101000111010110100111010101010101010001110101011111110110011110000 | f0fa8eb4eaaa8eafecf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)