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 | ???由? | 001111110011111100111111100101110101001000111111 | 3f3f3f97523f |
EUC-JP | ???由? | 001111110011111100111111110011011011001100111111 | 3f3f3fcdb33f |
UTF-8 | 濾낁폊由랡 | 111011111010011010000100111010111000001010000001111011011000111110001010111001111001010010110001111010111001111010100001 | efa684eb8281ed8f8ae794b1eb9ea1 |
UHC | 濾낁폊由랡 | 11100110101001001000010111101000101111001001010111101011101001101000111001000010 | e6a485e8bc95eba68e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)