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 | 貽眷魏豬 | 1110011011000100111000011100010111101001101100001110011010110101 | e6c4e1c5e9b0e6b5 |
EUC-JP | 貽眷魏豬 | 1110110011000110111000101100011111110010101100101110110010110111 | ecc6e2c7f2b2ecb7 |
UTF-8 | 貽眷魏豬 | 111010001011001010111101111001111001110010110111111010011010110110001111111010001011000110101100 | e8b2bde79cb7e9ad8fe8b1ac |
UHC | 貽眷魏? | 11101100110000101100111111101111111010101110000000111111 | ecc2cfefeae03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)