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 | 耒ャヲ | 11100011110011101010110010100110 | e3ceaca6 |
EUC-JP | 耒ャヲ | 111001101101000010001110101011001000111010100110 | e6d08eac8ea6 |
UTF-8 | 耒ャヲ | 111010001000000010010010111011111011110110101100111011111011110110100110 | e88092efbdacefbda6 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)