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 | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 魴晤Ν{d | 1110100110110101100111011110101110000011101010110111101101100100 | e9b59deb83ab7b64 |
EUC-JP | 魴晤Ν{d | 1111001010110111110110101110110110100110101011010111101101100100 | f2b7daeda6ad7b64 |
UTF-8 | 魴晤Ν{d | 11101001101011011011010011100110100110011010010011001110100111010111101101100100 | e9adb4e699a4ce9d7b64 |
UHC | ?晤Ν{d | 00111111111001111111101110100101110011010111101101100100 | 3fe7fba5cd7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)