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 | ñéóçhçf | 1001111111110001111010011111001111100111011010001110011101100110 | 9ff1e9f3e768e766 |
SJIS-WIN | ?????h?f | 0011111100111111001111110011111100111111011010000011111101100110 | 3f3f3f3f3f683f66 |
EUC-JP | ?ñéóçhçf | 001111111000111110101011110100001000111110101011101100011000111110101011110100011000111110101011101011100110100010001111101010111010111001100110 | 3f8fabd08fabb18fabd18fabae688fabae66 |
UTF-8 | ñéóçhçf | 1100001010011111110000111011000111000011101010011100001110110011110000111010011101101000110000111010011101100110 | c29fc3b1c3a9c3b3c3a768c3a766 |
UHC | ?????h?f | 0011111100111111001111110011111100111111011010000011111101100110 | 3f3f3f3f3f683f66 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)