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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 瀇澵 | 11111011010011111111101101001100 | fb4ffb4c |
EUC-JP | 瀇澵 | 100011111100100110101101100011111100100011111000 | 8fc9ad8fc8f8 |
UTF-8 | 瀇澵 | 111001111000000010000111111001101011111010110101 | e78087e6beb5 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)