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 | 旨莎?? | 100011100111110011100100101100110011111100111111 | 8e7ce4b33f3f |
EUC-JP | 旨莎?? | 101110111101110111101000101101010011111100111111 | bbdde8b53f3f |
UTF-8 | 旨莎렟렏 | 111001101001011110101000111010001000111010001110111010111010000010011111111010111010000010001111 | e697a8e88e8eeba09feba08f |
UHC | 旨莎렟렏 | 1111001010101001110111101110110110001110101100001000111010100101 | f2a9deed8eb08ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)