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 | ò±°o | 1111001010110001100011101011000001101111 | f2b18eb06f |
SJIS-WIN | ?±?°o | 00111111100000010111110100111111100000011000101101101111 | 3f817d3f818b6f |
EUC-JP | ò±?°o | 100011111010101111010010101000011101111000111111101000011110101101101111 | 8fabd2a1de3fa1eb6f |
UTF-8 | ò±°o | 110000111011001011000010101100011100001010001110110000101011000001101111 | c3b2c2b1c28ec2b06f |
UHC | ?±?°o | 00111111101000011011111000111111101000011100011001101111 | 3fa1be3fa1c66f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)