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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 辯滔ャ器勢B | 11100111100001111001111111101011101011001000101011101101100100001010100001000010 | e7879febac8aed90a842 |
EUC-JP | 辯滔ャ器勢B | 1110110111100111110111101110110110001110101011001011010011101111110000001010101001000010 | ede7deed8eacb4efc0aa42 |
UTF-8 | 辯滔ャ器勢B | 11101000101111101010111111100110101110111001010011101111101111011010110011100101100110011010100011100101100010111010001001000010 | e8beafe6bb94efbdace599a8e58ba242 |
UHC | 辯滔?器勢B | 11011100101010101101010010100101001111111101000011101111111000011010011101000010 | dcaad4a53fd0efe1a742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)