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 | 陷贋ス慴セ | 1110100010011100100010101110010010111101100111001101000010111110 | e89c8ae4bd9cd0be |
EUC-JP | 陷贋ス慴セ | 11101111111111001011010011100110100011101011110111011000110100101000111010111110 | effcb4e68ebdd8d28ebe |
UTF-8 | 陷贋ス慴セ | 111010011001100110110111111010001011010010001011111011111011110110111101111001101000010110110100111011111011110110111110 | e999b7e8b48befbdbde685b4efbdbe |
UHC | 陷???? | 111110011110100000111111001111110011111100111111 | f9e83f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)