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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??銑薛 | 001111110011111110010001010011001110010101001100 | 3f3f914ce54c |
EUC-JP | ??銑薛 | 001111110011111111000001101011011110100110101101 | 3f3fc1ade9ad |
UTF-8 | 롇롗銑薛 | 111010111010000110000111111010111010000110010111111010011000101010010001111010001001011010011011 | eba187eba197e98a91e8969b |
UHC | 롇롗銑薛 | 1000111011001101100011101101101111100000110101011110000011100000 | 8ecd8edbe0d5e0e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)