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 | ?毛盂吾 | 00111111100101101101000111100001101100011000110011100001 | 3f96d1e1b18ce1 |
EUC-JP | ?毛盂吾 | 00111111110011001101001111100010101100111011100011100011 | 3fccd3e2b3b8e3 |
UTF-8 | 뤲毛盂吾 | 111010111010010010110010111001101010111110011011111001111001101110000010111001011001000010111110 | eba4b2e6af9be79b82e590be |
UHC | 뤲毛盂吾 | 1000111111100000110110011011111011101001110111011110011111101110 | 8fe0d9bee9dde7ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)