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 | @OF[ | 10010010010000001001001001001111100100100100011001011011 | 9240924f92465b |
SJIS-WIN | ?@?O?F[ | 00111111010000000011111101001111001111110100011001011011 | 3f403f4f3f465b |
EUC-JP | ?@?O?F[ | 00111111010000000011111101001111001111110100011001011011 | 3f403f4f3f465b |
UTF-8 | @OF[ | 11000010100100100100000011000010100100100100111111000010100100100100011001011011 | c29240c2924fc292465b |
UHC | ?@?O?F[ | 00111111010000000011111101001111001111110100011001011011 | 3f403f4f3f465b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)