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 | 種?元?典 | 1000111011101101001111111000110010110011001111111001001101010100 | 8eed3f8cb33f9354 |
EUC-JP | 種?元?典 | 1011110011101111001111111011100010110101001111111100010110110101 | bcef3fb8b53fc5b5 |
UTF-8 | 種렣元렞典 | 111001111010100010101110111010111010000010100011111001011000010110000011111010111010000010011110111001011000010110111000 | e7a8aeeba0a3e58583eba09ee585b8 |
UHC | 種렣元렞典 | 11110000111110101000111010110100111010101010101010001110101011111110111011110000 | f0fa8eb4eaaa8eafeef0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)