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 | 樗烽?葛 | 10010010100101001110000010000010001111111000101010001011 | 9294e0823f8a8b |
EUC-JP | 樗烽?葛 | 11000011111101001101111111100010001111111011001111101011 | c3f4dfe23fb3eb |
UTF-8 | 樗烽렒葛 | 111001101010100010010111111001111000001110111101111010111010000010010010111010001001000110011011 | e6a897e783bdeba092e8919b |
UHC | 樗烽렒葛 | 1110111011000000110111001110101110001110101001111100101011100111 | eec0dceb8ea7cae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)