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 | 雕臥ーソ邨 | 1110100010111000100010011110011110110000101111111110011110110101 | e8b889e7b0bfe7b5 |
EUC-JP | 雕臥ーソ邨 | 11110000101110101011001011101001100011101011000010001110101111111110111010110111 | f0bab2e98eb08ebfeeb7 |
UTF-8 | 雕臥ーソ邨 | 111010011001101110010101111010001000011110100101111011111011110110110000111011111011110110111111111010011000001010101000 | e99b95e887a5efbdb0efbdbfe982a8 |
UHC | 雕臥??邨 | 1111000011100111111010001100001000111111001111111111010110111110 | f0e7e8c23f3ff5be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)