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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 辯∝ョ、驥・ | 111001111000011110000001111001011010111010100100111010011000011110100101 | e78781e5aea4e987a5 |
EUC-JP | 辯∝ョ、驥・ | 111011011110011110100010111001111000111010101110100011101010010011110001111001111000111010100101 | ede7a2e78eae8ea4f1e78ea5 |
UTF-8 | 辯∝ョ、驥・ | 111010001011111010101111111000101000100010011101111011111011110110101110111011111011110110100100111010011010100110100101111011111011110110100101 | e8beafe2889defbdaeefbda4e9a9a5efbda5 |
UHC | 辯∝??驥? | 110111001010101010100001111100000011111100111111110100011100101000111111 | dcaaa1f03f3fd1ca3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)