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 | »ù£ûS | 10001111101110111111100110001110101000111111101101010011 | 8fbbf98ea3fb53 |
SJIS-WIN | ????£?S | 0011111100111111001111110011111110000001100100100011111101010011 | 3f3f3f3f81923f53 |
EUC-JP | ??ù?£ûS | 001111110011111110001111101010111110001100111111101000011111001010001111101010111110010101010011 | 3f3f8fabe33fa1f28fabe553 |
UTF-8 | »ù£ûS | 11000010100011111100001010111011110000111011100111000010100011101100001010100011110000111011101101010011 | c28fc2bbc3b9c28ec2a3c3bb53 |
UHC | ??????S | 00111111001111110011111100111111001111110011111101010011 | 3f3f3f3f3f3f53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)