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 | 100110111000100000111111001111110111101101100100 | 9b883f3f7b64 |
EUC-JP | 寤??{d | 110101011110100000111111001111110111101101100100 | d5e83f3f7b64 |
UTF-8 | 寤뤿젵{d | 1110010110101111101001001110101110100100101111111110110010100000101101010111101101100100 | e5afa4eba4bfeca0b57b64 |
UHC | 寤뤿젵{d | 1110011111110101100011111110101110100000101010010111101101100100 | e7f58feba0a97b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)