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 | 儒莎?? | 100011101111001011100100101100110011111100111111 | 8ef2e4b33f3f |
EUC-JP | 儒莎?? | 101111001111010011101000101101010011111100111111 | bcf4e8b53f3f |
UTF-8 | 儒莎렔렪 | 111001011000010010010010111010001000111010001110111010111010000010010100111010111010000010101010 | e58492e88e8eeba094eba0aa |
UHC | 儒莎렔렪 | 1110101011100011110111101110110110001110101010011000111010111000 | eae3deed8ea98eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)