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 | 称」顥 | 1000111111001100101000111111101111110101 | 8fcca3fbf5 |
EUC-JP | 称」顥 | 10111110110011101000111010100011100011111110100010110110 | bece8ea38fe8b6 |
UTF-8 | 称」顥 | 111001111010011110110000111011111011110110100011111010011010000110100101 | e7a7b0efbda3e9a1a5 |
UHC | ??顥 | 00111111001111111111101111100010 | 3f3ffbe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)