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 | 樗烽結 | 100100101001010011100000100000101000110010001011 | 9294e0828c8b |
EUC-JP | 樗烽結 | 110000111111010011011111111000101011011111101011 | c3f4dfe2b7eb |
UTF-8 | 樗烽結 | 111001101010100010010111111001111000001110111101111001111011010110010000 | e6a897e783bde7b590 |
UHC | 樗烽結 | 111011101100000011011100111010111100110010111111 | eec0dcebccbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)