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 | ½ÒÂ±Ó | 1000111011000010101111011101001010001110110000101011000111010011 | 8ec2bdd28ec2b1d3 |
SJIS-WIN | ??????±? | 001111110011111100111111001111110011111100111111100000010111110100111111 | 3f3f3f3f3f3f817d3f |
EUC-JP | ?Â?Ò?Â±Ó | 0011111110001111101010101010010000111111100011111010101011010010001111111000111110101010101001001010000111011110100011111010101011010001 | 3f8faaa43f8faad23f8faaa4a1de8faad1 |
UTF-8 | ½ÒÂ±Ó | 11000010100011101100001110000010110000101011110111000011100100101100001010001110110000111000001011000010101100011100001110010011 | c28ec382c2bdc392c28ec382c2b1c393 |
UHC | ??½???±? | 00111111001111111010100011110110001111110011111100111111101000011011111000111111 | 3f3fa8f63f3f3fa1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)