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 | 100111001111001010000001010000001001110011110010100000010100000001000010 | 9cf281409cf2814042 |
SJIS-WIN | ???@???@B | 001111110011111100111111010000000011111100111111001111110100000001000010 | 3f3f3f403f3f3f4042 |
EUC-JP | ?ò?@?ò?@B | 00111111100011111010101111010010001111110100000000111111100011111010101111010010001111110100000001000010 | 3f8fabd23f403f8fabd23f4042 |
UTF-8 | ò@ò@B | 110000101001110011000011101100101100001010000001010000001100001010011100110000111011001011000010100000010100000001000010 | c29cc3b2c28140c29cc3b2c2814042 |
UHC | ???@???@B | 001111110011111100111111010000000011111100111111001111110100000001000010 | 3f3f3f403f3f3f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)