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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 樗烽淋儒 | 1001001010010100111000001000001010010111110100101000111011110010 | 9294e08297d28ef2 |
EUC-JP | 樗烽淋儒 | 1100001111110100110111111110001011001110110101001011110011110100 | c3f4dfe2ced4bcf4 |
UTF-8 | 樗烽淋儒 | 111001101010100010010111111001111000001110111101111001101011011110001011111001011000010010010010 | e6a897e783bde6b78be58492 |
UHC | 樗烽淋儒 | 1110111011000000110111001110101111010111111110101110101011100011 | eec0dcebd7faeae3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)