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 | 聶ьェ | 1110001111100001100001001000111010101010 | e3e1848eaa |
EUC-JP | 聶ьェ | 111001101110001110100111111011101000111010101010 | e6e3a7ee8eaa |
UTF-8 | 聶ьェ | 1110100010000001101101101101000110001100111011111011110110101010 | e881b6d18cefbdaa |
UHC | ?ь? | 00111111101011001110111000111111 | 3facee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)