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 | 驍喜嚠謔カ | 111010011000001010001010111011001001101010001000111001101000001010110110 | e9828aec9a88e682b6 |
EUC-JP | 驍喜嚠謔カ | 11110001111000101011010011101110110100111110100011101011111000101000111010110110 | f1e2b4eed3e8ebe28eb6 |
UTF-8 | 驍喜嚠謔カ | 111010011010100110001101111001011001011010011100111001011001101010100000111010001010110010010100111011111011110110110110 | e9a98de5969ce59aa0e8ac94efbdb6 |
UHC | 驍喜?謔? | 1111110110100100111111011110110000111111111110011100110000111111 | fda4fdec3ff9cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)