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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 篳蹊酌 | 111000101100100011100110111111001000111011011110 | e2c8e6fc8ede |
EUC-JP | 篳蹊酌 | 111001001100101011101100111111101011110011100000 | e4caecfebce0 |
UTF-8 | 篳蹊酌 | 111001111010111110110011111010001011100110001010111010011000010110001100 | e7afb3e8b98ae9858c |
UHC | ?蹊酌 | 0011111111111011101101111110110111001100 | 3ffbb7edcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)