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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 馥h馥 | 1110100101100101011010001110100101100101 | e96568e965 |
EUC-JP | 馥h馥 | 1111000111000110011010001111000111000110 | f1c668f1c6 |
UTF-8 | 馥h馥 | 11101001101001101010010101101000111010011010011010100101 | e9a6a568e9a6a5 |
UHC | 馥h馥 | 1101110011100000011010001101110011100000 | dce068dce0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)