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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?鞍? | 00111111100010001100011000111111 | 3f88c63f |
EUC-JP | ?鞍沇 | 001111111011000011001000100011111100011011101011 | 3fb0c88fc6eb |
UTF-8 | 灐鞍沇 | 111001111000000110010000111010011001111010001101111001101011001010000111 | e78190e99e8de6b287 |
UHC | 灐鞍沇 | 111110111010010111100100110100111110011011001100 | fba5e4d3e6cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)