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 | 箾¤¼ | 1000111111100111101011101000111010111110100011101010010010111100 | 8fe7ae8ebe8ea4bc |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?ç®???¤? | 0011111110001111101010111010111010001111101000101110111000111111001111110011111110001111101000101111000000111111 | 3f8fabae8fa2ee3f3f3f8fa2f03f |
UTF-8 | 箾¤¼ | 11000010100011111100001110100111110000101010111011000010100011101100001010111110110000101000111011000010101001001100001010111100 | c28fc3a7c2aec28ec2bec28ec2a4c2bc |
UHC | ??®?¾?¤¼ | 001111110011111110100010111001110011111110101000111110100011111110100010101101001010100011111001 | 3f3fa2e73fa8fa3fa2b4a8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)