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 | 邵櫁負 | 111001111011100010011110111010001001010110001001 | e7b89ee89589 |
EUC-JP | 邵櫁負 | 111011101011101011011100111010101100100111101001 | eebadceac9e9 |
UTF-8 | 邵櫁負 | 111010011000001010110101111001101010101110000001111010001011001010100000 | e982b5e6ab81e8b2a0 |
UHC | 邵?負 | 1110000111010000001111111101110110110110 | e1d03fddb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)