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 | 餌鍔瘟? | 10001001011000011001001011010101111000011000100100111111 | 896192d5e1893f |
EUC-JP | 餌鍔瘟? | 10110001110000101100010011010111111000011110100100111111 | b1c2c4d7e1e93f |
UTF-8 | 餌鍔瘟랖 | 111010011010010010001100111010011000110110010100111001111001100010011111111010111001111010010110 | e9a48ce98d94e7989feb9e96 |
UHC | 餌鍔瘟랖 | 1110110011001000111001001100100011101000101100001011011011111101 | ecc8e4c8e8b0b6fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)