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 | 111000011001111100111111001111110111101101100100 | e19f3f3f7b64 |
EUC-JP | 癲??{d | 111000101010000100111111001111110111101101100100 | e2a13f3f7b64 |
UTF-8 | 癲귥묜{d | 1110011110011001101100101110101010110111101001011110101110101100100111000111101101100100 | e799b2eab7a5ebac9c7b64 |
UHC | 癲귥묜{d | 1110111110100110100000101110110010111001101001110111101101100100 | efa682ecb9a77b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)