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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???鹽? | 001111110011111100111111111010100110010000111111 | 3f3f3fea643f |
EUC-JP | ???鹽? | 001111110011111100111111111100111100010100111111 | 3f3f3ff3c53f |
UTF-8 | 連븃략鹽뭗 | 111011111010011010011010111010111011100010000011111010111001111010110101111010011011100110111101111010111010110110010111 | efa69aebb883eb9eb5e9b9bdebad97 |
UHC | 連븃략鹽뭗 | 11100110111001101011101011101000101101111010101111100111101001001001001001100100 | e6e6bae8b7abe7a49264 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)