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 | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | 逑ヲ貊エ{d | 1110011110010011101001101110011010111011101101000111101101100100 | e793a6e6bbb47b64 |
EUC-JP | 逑ヲ貊エ{d | 11101101111100111000111010100110111011001011110110001110101101000111101101100100 | edf38ea6ecbd8eb47b64 |
UTF-8 | 逑ヲ貊エ{d | 1110100110000000100100011110111110111101101001101110100010110010100010101110111110111101101101000111101101100100 | e98091efbda6e8b28aefbdb47b64 |
UHC | 逑?貊?{d | 1100111111000111001111111101100011100111001111110111101101100100 | cfc73fd8e73f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)