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 | 鉸ネ「症 | 1111101111001110110010001111000011000000101000101000111111000111 | fbcec8f0c0a28fc7 |
EUC-JP | 鉸ネ?「症 | 10001111111000111111001010001110110010000011111110001110101000101011111011001001 | 8fe3f28ec83f8ea2bec9 |
UTF-8 | 鉸ネ「症 | 111010011000100110111000111011111011111010001000111011101000000110111111111011111011110110100010111001111001011110000111 | e989b8efbe88ee81bfefbda2e79787 |
UHC | ????症 | 001111110011111100111111001111111111000111111000 | 3f3f3f3ff1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)