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 | ナ」雕ェ | 1100010110100011111010001011100010101010 | c5a3e8b8aa |
EUC-JP | ナ」雕ェ | 1000111011000101100011101010001111110000101110101000111010101010 | 8ec58ea3f0ba8eaa |
UTF-8 | ナ」雕ェ | 111011111011111010000101111011111011110110100011111010011001101110010101111011111011110110101010 | efbe85efbda3e99b95efbdaa |
UHC | ??雕? | 0011111100111111111100001110011100111111 | 3f3ff0e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)