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 | ñùµî¦« | 1111000111111001100011101011010111101110101001101000111010101011 | f1f98eb5eea68eab |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ñù??î¦?? | 10001111101010111101000010001111101010111110001100111111001111111000111110101011110000101000111110100010110000110011111100111111 | 8fabd08fabe33f3f8fabc28fa2c33f3f |
UTF-8 | ñùµî¦« | 11000011101100011100001110111001110000101000111011000010101101011100001110101110110000101010011011000010100011101100001010101011 | c3b1c3b9c28ec2b5c3aec2a6c28ec2ab |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)