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 | 茁?製?肢 | 1111101110010011001111111001000010111011001111111000111010001000 | fb933f90bb3f8e88 |
EUC-JP | 茁?製?肢 | 100011111101011111011110001111111100000010111101001111111011101111101000 | 8fd7de3fc0bd3fbbe8 |
UTF-8 | 茁렭製렲肢 | 111010001000110010000001111010111010000010101101111010001010001110111101111010111010000010110010111010001000001010100010 | e88c81eba0ade8a3bdeba0b2e882a2 |
UHC | 茁렭製렲肢 | 11110001111010001000111010111010111100001011001010001110101111111111001010110110 | f1e88ebaf0b28ebff2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)