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 | 1001000010111011001111111111101101101111001111110011111101000010 | 90bb3ffb6f3f3f42 |
EUC-JP | 製?畯??B | 110000001011110100111111100011111100110110111011001111110011111101000010 | c0bd3f8fcdbb3f3f42 |
UTF-8 | 製렩畯흖백B | 11101000101000111011110111101011101000001010100111100111100101011010111111101101100111011001011011101011101100001011000101000010 | e8a3bdeba0a9e795afed9d96ebb0b142 |
UHC | 製렩畯흖백B | 1111000010110010100011101011011111110001111000011100100011101000101110011110100101000010 | f0b28eb7f1e1c8e8b9e942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)