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 | 辞霑リ萇 | 111100001010111010001110101010111110100010111111110110001110010011000111 | f0ae8eabe8bfd8e4c7 |
EUC-JP | ?辞霑リ萇 | 001111111011110010101101111100001100000110001110110110001110100011001001 | 3fbcadf0c18ed8e8c9 |
UTF-8 | 辞霑リ萇 | 111011101000000110101101111010001011111010011110111010011001110010010001111011111011111010011000111010001001000010000111 | ee81ade8be9ee99c91efbe98e89087 |
UHC | ??霑?? | 001111110011111111101111110001010011111100111111 | 3f3fefc53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)