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 | òöàúËü | 111100101111011011100000111110101100101111111100 | f2f6e0facbfc |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | òöàúËü | 100011111010101111010010100011111010101111010011100011111010101110100010100011111010101111100010100011111010101010110011100011111010101111100100 | 8fabd28fabd38faba28fabe28faab38fabe4 |
UTF-8 | òöàúËü | 110000111011001011000011101101101100001110100000110000111011101011000011100010111100001110111100 | c3b2c3b6c3a0c3bac38bc3bc |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)