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 | 謔瑚淘 | 111001101000001010001100111010001001001110010001 | e6828ce89391 |
EUC-JP | 謔瑚淘 | 111010111110001010111000111010101100010111110001 | ebe2b8eac5f1 |
UTF-8 | 謔瑚淘 | 111010001010110010010100111001111001000110011010111001101011011110011000 | e8ac94e7919ae6b798 |
UHC | 謔瑚淘 | 111110011100110011111011110100011101010010100011 | f9ccfbd1d4a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)