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 | à±¸Ï | 111000001011000110001110101110001000111011001111 | e0b18eb88ecf |
SJIS-WIN | ?±???? | 00111111100000010111110100111111001111110011111100111111 | 3f817d3f3f3f3f |
EUC-JP | à±?¸?Ï | 10001111101010111010001010100001110111100011111110001111101000101011000100111111100011111010101011000001 | 8faba2a1de3f8fa2b13f8faac1 |
UTF-8 | à±¸Ï | 110000111010000011000010101100011100001010001110110000101011100011000010100011101100001110001111 | c3a0c2b1c28ec2b8c28ec38f |
UHC | ?±?¸?? | 0011111110100001101111100011111110100010101011000011111100111111 | 3fa1be3fa2ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)