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 | 魏??埃 | 111010011011000000111111001111111001101010111010 | e9b03f3f9aba |
EUC-JP | 魏??埃 | 111100101011001000111111001111111101010010111100 | f2b23f3fd4bc |
UTF-8 | 魏념퐥埃 | 111010011010110110001111111010111000010110010000111011011001000010100101111001011001111110000011 | e9ad8feb8590ed90a5e59f83 |
UHC | 魏념퐥埃 | 1110101011100000101100111110010010111101100011101110010011101111 | eae0b3e4bd8ee4ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)