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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鳰ツ靈 | 1110100111101010110000101110100011001011 | e9eac2e8cb |
EUC-JP | 鳰ツ靈 | 111100101110110010001110110000101111000011001101 | f2ec8ec2f0cd |
UTF-8 | 鳰ツ靈 | 111010011011001110110000111011111011111010000010111010011001110110001000 | e9b3b0efbe82e99d88 |
UHC | ??靈 | 00111111001111111101011011000100 | 3f3fd6c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)