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 | 100101110101010100111111001111110111101101100100 | 97553f3f7b64 |
EUC-JP | 誘??{d | 110011011011011000111111001111110111101101100100 | cdb63f3f7b64 |
UTF-8 | 誘뜸퉪{d | 1110100010101010100110001110101110011100101110001110110110001001101010100111101101100100 | e8aa98eb9cb8ed89aa7b64 |
UHC | 誘뜸퉪{d | 1110101110101111101101101110010010111001100000100111101101100100 | ebafb6e4b9827b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)