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 | FA@ue^ | 100100100100011010010010010000011001001001000000011101010110010101011110 | 92469241924075655e |
SJIS-WIN | ?F?A?@ue^ | 001111110100011000111111010000010011111101000000011101010110010101011110 | 3f463f413f4075655e |
EUC-JP | ?F?A?@ue^ | 001111110100011000111111010000010011111101000000011101010110010101011110 | 3f463f413f4075655e |
UTF-8 | FA@ue^ | 110000101001001001000110110000101001001001000001110000101001001001000000011101010110010101011110 | c29246c29241c2924075655e |
UHC | ?F?A?@ue^ | 001111110100011000111111010000010011111101000000011101010110010101011110 | 3f463f413f4075655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)