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 | 肢?蹄? | 100011101000100000111111100100101111101100111111 | 8e883f92fb3f |
EUC-JP | 肢?蹄? | 101110111110100000111111110001001111110100111111 | bbe83fc4fd3f |
UTF-8 | 肢렕蹄괏 | 111010001000001010100010111010111010000010010101111010001011100110000100111010101011010010001111 | e882a2eba095e8b984eab48f |
UHC | 肢렕蹄괏 | 1111001010110110100011101010101011110000101101001011000110100011 | f2b68eaaf0b4b1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)