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 | ???AB | 0011111100111111001111110100000101000010 | 3f3f3f4142 |
SJIS-WIN | 晶ウ示AB | 10001111101110111011001110001110101001100100000101000010 | 8fbbb38ea64142 |
EUC-JP | 晶ウ示AB | 1011111010111101100011101011001110111100101010000100000101000010 | bebd8eb3bca84142 |
UTF-8 | 晶ウ示AB | 1110011010011001101101101110111110111101101100111110011110100100101110100100000101000010 | e699b6efbdb3e7a4ba4142 |
UHC | 晶?示AB | 11101111110111000011111111100011110001100100000101000010 | efdc3fe3c64142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)