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 | ç¯`ç¯OB | 111001111010111110001100011000001110011110101111100011000100111101000010 | e7af8c60e7af8c4f42 |
SJIS-WIN | ???`???OB | 001111110011111100111111011000000011111100111111001111110100111101000010 | 3f3f3f603f3f3f4f42 |
EUC-JP | �`�OB | 1000111110101011101011101000111110100010101101000011111101100000100011111010101110101110100011111010001010110100001111110100111101000010 | 8fabae8fa2b43f608fabae8fa2b43f4f42 |
UTF-8 | ç¯`ç¯OB | 110000111010011111000010101011111100001010001100011000001100001110100111110000101010111111000010100011000100111101000010 | c3a7c2afc28c60c3a7c2afc28c4f42 |
UHC | ???`???OB | 001111110011111100111111011000000011111100111111001111110100111101000010 | 3f3f3f603f3f3f4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)