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 | 油絞??雕 | 1001011011111011100011010110100100111111001111111110100010111000 | 96fb8d693f3fe8b8 |
EUC-JP | 油絞??雕 | 1100110011111101101110011100101000111111001111111111000010111010 | ccfdb9ca3f3ff0ba |
UTF-8 | 油絞렰렯雕 | 111001101011001010111001111001111011010110011110111010111010000010110000111010111010000010101111111010011001101110010101 | e6b2b9e7b59eeba0b0eba0afe99b95 |
UHC | 油絞렰렯雕 | 11101010111110101100111011101101100011101011110110001110101111001111000011100111 | eafaceed8ebd8ebcf0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)