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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 魏??祠 | 111010011011000000111111001111111110001001001011 | e9b03f3fe24b |
EUC-JP | 魏??祠 | 111100101011001000111111001111111110001110101100 | f2b23f3fe3ac |
UTF-8 | 魏잰렖祠 | 111010011010110110001111111011001001111010110000111010111010000010010110111001111010010110100000 | e9ad8fec9eb0eba096e7a5a0 |
UHC | 魏잰렖祠 | 1110101011100000110000001110100110001110101010111101111011100110 | eae0c0e98eabdee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)