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 | ñü½ãä¡ | 1111000111111100100011101011110111100011111001001000111010100001 | f1fc8ebde3e48ea1 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ñü??ãä?¡ | 100011111010101111010000100011111010101111100100001111110011111110001111101010111010101010001111101010111010001100111111100011111010001011000010 | 8fabd08fabe43f3f8fabaa8faba33f8fa2c2 |
UTF-8 | ñü½ãä¡ | 11000011101100011100001110111100110000101000111011000010101111011100001110100011110000111010010011000010100011101100001010100001 | c3b1c3bcc28ec2bdc3a3c3a4c28ec2a1 |
UHC | ???½???¡ | 00111111001111110011111110101000111101100011111100111111001111111010001010101110 | 3f3f3fa8f63f3f3fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)