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 | 游?迂 | 1001111111100000001111111000100101001001 | 9fe03f8949 |
EUC-JP | 游?迂 | 1101111011100010001111111011000110101010 | dee23fb1aa |
UTF-8 | 游렱迂 | 111001101011100010111000111010111010000010110001111010001011111110000010 | e6b8b8eba0b1e8bf82 |
UHC | 游렱迂 | 111010101111110110001110101111101110100111100110 | eafd8ebee9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)