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 | オキ棏 | 10110101101101111111101011100111 | b5b7fae7 |
EUC-JP | オキ棏 | 10001110101101011000111010110111100011111100001111111110 | 8eb58eb78fc3fe |
UTF-8 | オキ棏 | 111011111011110110110101111011111011110110110111111001101010001110001111 | efbdb5efbdb7e6a38f |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)