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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?魏?扉席^ | 001111111110100110110000001111111001010011100000100100001100100001011110 | 3fe9b03f94e090c85e |
EUC-JP | ?魏?扉席^ | 001111111111001010110010001111111100100011100010110000001100101001011110 | 3ff2b23fc8e2c0ca5e |
UTF-8 | 뤯魏쵍扉席^ | 11101011101001001010111111101001101011011000111111101100101101011000110111100110100010011000100111100101101110001010110101011110 | eba4afe9ad8fecb58de68989e5b8ad5e |
UHC | 뤯魏쵍扉席^ | 1000111111011101111010101110000010101100100011111101110111101010111000001010110001011110 | 8fddeae0ac8fddeae0ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)