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 | 霖ツ?貂 | 111010001100000111000010001111111110011010111000 | e8c1c23fe6b8 |
EUC-JP | 霖ツ鑃貂 | 111100001100001110001110110000101000111111100101111010011110110010111010 | f0c38ec28fe5e9ecba |
UTF-8 | 霖ツ鑃貂 | 111010011001110010010110111011111011111010000010111010011001000110000011111010001011001010000010 | e99c96efbe82e99183e8b282 |
UHC | 霖??貂 | 110101111111110100111111001111111111010110110000 | d7fd3f3ff5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)