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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 腸?腸?B | 10010010101100000011111110010010101100000011111101000010 | 92b03f92b03f42 |
EUC-JP | 腸?腸?B | 11000100101100100011111111000100101100100011111101000010 | c4b23fc4b23f42 |
UTF-8 | 腸하腸하B | 11101000100001011011100011101101100101011001100011101000100001011011100011101101100101011001100001000010 | e885b8ed9598e885b8ed959842 |
UHC | 腸하腸하B | 111011011111001111000111110011111110110111110011110001111100111101000010 | edf3c7cfedf3c7cf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)