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 | 熊?醍? | 100011000100011000111111100100011110011100111111 | 8c463f91e73f |
EUC-JP | 熊?醍? | 101101111010011100111111110000101110100100111111 | b7a73fc2e93f |
UTF-8 | 熊렎醍렕 | 111001111000011010001010111010111010000010001110111010011000011010001101111010111010000010010101 | e7868aeba08ee9868deba095 |
UHC | 熊렎醍렕 | 1110101010101000100011101010010011110000101101011000111010101010 | eaa88ea4f0b58eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)