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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 蝮ヲ貉娉] | 1110010110011101101001101110011010111001100110110101000101011101 | e59da6e6b99b515d |
EUC-JP | 蝮ヲ貉娉] | 111010011111110110001110101001101110110010111011110101011011001001011101 | e9fd8ea6ecbbd5b25d |
UTF-8 | 蝮ヲ貉娉] | 11101000100111011010111011101111101111011010011011101000101100101000100111100101101010001000100101011101 | e89daeefbda6e8b289e5a8895d |
UHC | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)