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 | ñà}WB | 100111111111000111100000011111010101011101000010 | 9ff1e07d5742 |
SJIS-WIN | ???}WB | 001111110011111100111111011111010101011101000010 | 3f3f3f7d5742 |
EUC-JP | ?ñà}WB | 00111111100011111010101111010000100011111010101110100010011111010101011101000010 | 3f8fabd08faba27d5742 |
UTF-8 | ñà}WB | 110000101001111111000011101100011100001110100000011111010101011101000010 | c29fc3b1c3a07d5742 |
UHC | ???}WB | 001111110011111100111111011111010101011101000010 | 3f3f3f7d5742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)