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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 樂뗫젦療귞텚隣 | 111011111010011010111111111010111001011110101011111011001010000010100110111011111010011110000001111010101011011110011110111011011000010110011010111011111010011110110001 | efa6bfeb97abeca0a6efa781eab79eed859aefa7b1 |
UHC | 樂뗫젦療귞텚隣 | 1110100011111001100010111110101110100000100111101110100011111110100000101110011110110110100100111110110011100100 | e8f98beba09ee8fe82e7b693ece4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)