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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 危?滅F | 100010101110101100111111100101101100010101000110 | 8aeb3f96c546 |
EUC-JP | 危?滅F | 101101001110110100111111110011001100011101000110 | b4ed3fccc746 |
UTF-8 | 危뤙滅F | 11100101100011011011000111101011101001001001100111100110101110111000010101000110 | e58db1eba499e6bb8546 |
UHC | 危뤙滅F | 11101010110010111000111111001000110110001111111001000110 | eacb8fc8d8fe46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)