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 | 裁棒灣 | 100011011101100110010110010111111110000001110011 | 8dd9965fe073 |
EUC-JP | 裁棒灣 | 101110101101101111001011110000001101111111010100 | badbcbc0dfd4 |
UTF-8 | 裁棒灣 | 111010001010001110000001111001101010001110010010111001111000000110100011 | e8a381e6a392e781a3 |
UHC | 裁棒灣 | 111011101010111011011100111010101101100010111101 | eeaedcead8bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)