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 | 淨朧? | 1001111111000100100111100100111100111111 | 9fc49e4f3f |
EUC-JP | 淨朧枏 | 11011110110001101101101110110000100011111100001110101010 | dec6dbb08fc3aa |
UTF-8 | 淨朧枏 | 111001101011011110101000111001101001110010100111111001101001111010001111 | e6b7a8e69ca7e69e8f |
UHC | 淨朧枏 | 111011111110010011010110111010001101000111110111 | efe4d6e8d1f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)