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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 愈警? | 1001011011111010100011000111100000111111 | 96fa8c783f |
EUC-JP | 愈警? | 1100110011111100101101111101100100111111 | ccfcb7d93f |
UTF-8 | 愈警렏 | 111001101000010010001000111010001010110110100110111010111010000010001111 | e68488e8ada6eba08f |
UHC | 愈警렏 | 111010101110111111001100111011011000111010100101 | eaefcced8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)