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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?紗? | 00111111100011101101000100111111 | 3f8ed13f |
EUC-JP | 泂紗? | 100011111100011011110110101111001101001100111111 | 8fc6f6bcd33f |
UTF-8 | 泂紗깥 | 111001101011001110000010111001111011010010010111111010101011100110100101 | e6b382e7b497eab9a5 |
UHC | 泂紗깥 | 111110111010001011011110111010011011000111111001 | fba2dee9b1f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)