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 | 旋觴旋銑 | 1001000011111001111001100101101110010000111110011001000101001100 | 90f9e65b90f9914c |
EUC-JP | 旋觴旋銑 | 1100000011111011111010111011110011000000111110111100000110101101 | c0fbebbcc0fbc1ad |
UTF-8 | 旋觴旋銑 | 111001101001011110001011111010001010011110110100111001101001011110001011111010011000101010010001 | e6978be8a7b4e6978be98a91 |
UHC | 旋觴旋銑 | 1110000011000001110111111101100011100000110000011110000011010101 | e0c1dfd8e0c1e0d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)