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 | ñù½î«© | 1111000111111001100011101011110111101110101010111000111010101001 | f1f98ebdeeab8ea9 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ñù??î??© | 10001111101010111101000010001111101010111110001100111111001111111000111110101011110000100011111100111111100011111010001011101101 | 8fabd08fabe33f3f8fabc23f3f8fa2ed |
UTF-8 | ñù½î«© | 11000011101100011100001110111001110000101000111011000010101111011100001110101110110000101010101111000010100011101100001010101001 | c3b1c3b9c28ec2bdc3aec2abc28ec2a9 |
UHC | ???½???? | 001111110011111100111111101010001111011000111111001111110011111100111111 | 3f3f3fa8f63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)