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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 症錡タシシ | 100011111100011111111011110110001100000011110100101000111011110010111100 | 8fc7fbd8c0f4a3bcbc |
EUC-JP | 症錡タ?シシ | 101111101100100110001111111001001101111010001110110000000011111110001110101111001000111010111100 | bec98fe4de8ec03f8ebc8ebc |
UTF-8 | 症錡タシシ | 111001111001011110000111111010011000110010100001111011111011111010000000111011101000110110010010111011111011110110111100111011111011110110111100 | e79787e98ca1efbe80ee8d92efbdbcefbdbc |
UHC | 症錡???? | 1111000111111000110100011100010000111111001111110011111100111111 | f1f8d1c43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)