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 | 疾柴シシ | 1111000011111100100011101011111010001110110001001011110010111100 | f0fc8ebe8ec4bcbc |
EUC-JP | ?疾柴シシ | 001111111011110011000000101111001100011010001110101111001000111010111100 | 3fbcc0bcc68ebc8ebc |
UTF-8 | 疾柴シシ | 111011101000001010111011111001111001011010111110111001101001111110110100111011111011110110111100111011111011110110111100 | ee82bbe796bee69fb4efbdbcefbdbc |
UHC | ?疾柴?? | 00111111111100101111000011100011110000110011111100111111 | 3ff2f0e3c33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)