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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 迥堤賊 | 111001111000101010010010111001111001000110101111 | e78a92e791af |
EUC-JP | 迥堤賊 | 111011011110101011000100111010011100001010110001 | edeac4e9c2b1 |
UTF-8 | 迥堤賊 | 111010001011111110100101111001011010000010100100111010001011001110001010 | e8bfa5e5a0a4e8b38a |
UHC | ?堤賊 | 0011111111110000101001111110111011100100 | 3ff0a7eee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)