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 | ???Z | 00111111001111110011111101011010 | 3f3f3f5a |
SJIS-WIN | 遑晟即Z | 11100111101000011001110111101110100100011010011001011010 | e7a19dee91a65a |
EUC-JP | 遑晟即Z | 11101110101000111101101011110000110000101010100001011010 | eea3daf0c2a85a |
UTF-8 | 遑晟即Z | 11101001100000011001000111100110100110011001111111100101100011011011001101011010 | e98191e6999fe58db35a |
UHC | 遑晟?Z | 111111001101101011100000111110010011111101011010 | fcdae0f93f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)