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 | 扇?蓆 | 1001000011101110001111111110010011101100 | 90ee3fe4ec |
EUC-JP | 扇璿蓆 | 11000000111100001000111111001100111010011110100011101110 | c0f08fcce9e8ee |
UTF-8 | 扇璿蓆 | 111001101000100110000111111001111001001010111111111010001001001110000110 | e68987e792bfe89386 |
UHC | 扇璿蓆 | 111000001011111111100000110001111110000010110110 | e0bfe0c7e0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)