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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????系 | 001111110011111100111111001111111000110001101110 | 3f3f3f3f8c6e |
EUC-JP | ????系 | 001111110011111100111111001111111011011111001111 | 3f3f3f3fb7cf |
UTF-8 | 렻렔렺봬系 | 111010111010000010111011111010111010000010010100111010111010000010111010111010111011010010101100111001111011001110111011 | eba0bbeba094eba0baebb4ace7b3bb |
UHC | 렻렔렺봬系 | 10001110110000111000111010101001100011101100001010111010110001001100110110100111 | 8ec38ea98ec2bac4cda7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)