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 | 煮舎靂 | 100011101100111110001110110010011110100011001100 | 8ecf8ec9e8cc |
EUC-JP | 煮舎靂 | 101111001101000110111100110010111111000011001110 | bcd1bccbf0ce |
UTF-8 | 煮舎靂 | 111001111000010110101110111010001000100010001110111010011001110110000010 | e785aee8888ee99d82 |
UHC | 煮?靂 | 1110110110110100001111111101010111111010 | edb43fd5fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)