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 | À±Óâ | 11000000101100011101001111100010 | c0b1d3e2 |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | À±Óâ | 1000111110101010101000101010000111011110100011111010101011010001100011111010101110100100 | 8faaa2a1de8faad18faba4 |
UTF-8 | À±Óâ | 1100001110000000110000101011000111000011100100111100001110100010 | c380c2b1c393c3a2 |
UHC | ?±?? | 0011111110100001101111100011111100111111 | 3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)