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 | 症贊ク | 1000111111000111111001101101001110111000 | 8fc7e6d3b8 |
EUC-JP | 症贊ク | 101111101100100111101100110101011000111010111000 | bec9ecd58eb8 |
UTF-8 | 症贊ク | 111001111001011110000111111010001011010010001010111011111011110110111000 | e79787e8b48aefbdb8 |
UHC | 症贊? | 1111000111111000111100111100011100111111 | f1f8f3c73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)