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 | 旋羨旋銑 | 1001000011111001100100010100000110010000111110011001000101001100 | 90f9914190f9914c |
EUC-JP | 旋羨旋銑 | 1100000011111011110000011010001011000000111110111100000110101101 | c0fbc1a2c0fbc1ad |
UTF-8 | 旋羨旋銑 | 111001101001011110001011111001111011111010101000111001101001011110001011111010011000101010010001 | e6978be7bea8e6978be98a91 |
UHC | 旋羨旋銑 | 1110000011000001111000001100110011100000110000011110000011010101 | e0c1e0cce0c1e0d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)