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 | À±À | 11000000101100011100000010101101 | c0b1c0ad |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | À±À? | 100011111010101010100010101000011101111010001111101010101010001000111111 | 8faaa2a1de8faaa23f |
UTF-8 | À±À | 1100001110000000110000101011000111000011100000001100001010101101 | c380c2b1c380c2ad |
UHC | ?±? | 001111111010000110111110001111111010000110101001 | 3fa1be3fa1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)