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 | 00111111001111110011111101100100 | 3f3f3f64 |
SJIS-WIN | ?憧妹d | 001111111001001110110010100101101000010101100100 | 3f93b2968564 |
EUC-JP | ?憧妹d | 001111111100011010110100110010111110010101100100 | 3fc6b4cbe564 |
UTF-8 | 뤯憧妹d | 11101011101001001010111111100110100001101010011111100101101001101011100101100100 | eba4afe686a7e5a6b964 |
UHC | 뤯憧妹d | 10001111110111011101010011010011110110001101100101100100 | 8fddd4d3d8d964 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)