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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 逶セ螂ュ辯ョ | 111001111001101110111110111001011010010110101101111001111000011110101110 | e79bbee5a5ade787ae |
EUC-JP | 逶セ螂ュ辯ョ | 111011011111101110001110101111101110101010100111100011101010110111101101111001111000111010101110 | edfb8ebeeaa78eadede78eae |
UTF-8 | 逶セ螂ュ辯ョ | 111010011000000010110110111011111011110110111110111010001001111010000010111011111011110110101101111010001011111010101111111011111011110110101110 | e980b6efbdbee89e82efbdade8beafefbdae |
UHC | ??螂?辯? | 0011111100111111110101011100110000111111110111001010101000111111 | 3f3fd5cc3fdcaa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)