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 | 霑ッ蟆悶∴ | 111010001011111110101111111001011011000010010110111000111000000110001000 | e8bfafe5b096e38188 |
EUC-JP | 霑ッ蟆悶∴ | 11110000110000011000111010101111111010101011001011001100111001011010000111101000 | f0c18eafeab2cce5a1e8 |
UTF-8 | 霑ッ蟆悶∴ | 111010011001110010010001111011111011110110101111111010001001111110000110111001101000001010110110111000101000100010110100 | e99c91efbdafe89f86e682b6e288b4 |
UHC | 霑??悶∴ | 1110111111000101001111110011111111011010101111111010000111000101 | efc53f3fdabfa1c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)