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 | 章?熊? | 100011111100110100111111100011000100011000111111 | 8fcd3f8c463f |
EUC-JP | 章?熊? | 101111101100111100111111101101111010011100111111 | becf3fb7a73f |
UTF-8 | 章렎熊렎 | 111001111010101110100000111010111010000010001110111001111000011010001010111010111010000010001110 | e7aba0eba08ee7868aeba08e |
UHC | 章렎熊렎 | 1110110111110001100011101010010011101010101010001000111010100100 | edf18ea4eaa88ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)