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 | û´\ | 11111011100111101011010001011100 | fb9eb45c |
SJIS-WIN | ??´\ | 0011111100111111100000010100110001011100 | 3f3f814c5c |
EUC-JP | û?´\ | 10001111101010111110010100111111101000011010110101011100 | 8fabe53fa1ad5c |
UTF-8 | û´\ | 11000011101110111100001010011110110000101011010001011100 | c3bbc29ec2b45c |
UHC | ??´\ | 0011111100111111101000101010010101011100 | 3f3fa2a55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)