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 | º¿á¿ | 100011101011101010001110101111111110000110111111 | 8eba8ebfe1bf |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?º?¿á¿ | 0011111110001111101000101110101100111111100011111010001011000100100011111010101110100001100011111010001011000100 | 3f8fa2eb3f8fa2c48faba18fa2c4 |
UTF-8 | º¿á¿ | 110000101000111011000010101110101100001010001110110000101011111111000011101000011100001010111111 | c28ec2bac28ec2bfc3a1c2bf |
UHC | ?º?¿?¿ | 001111111010100010101100001111111010001010101111001111111010001010101111 | 3fa8ac3fa2af3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)