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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霑ッ闍灘コカ | 111010001011111110101111111010001000101110010011111001011011101010110110 | e8bfafe88b93e5bab6 |
EUC-JP | 霑ッ闍灘コカ | 111100001100000110001110101011111110111111101011110001101110011110001110101110101000111010110110 | f0c18eafefebc6e78eba8eb6 |
UTF-8 | 霑ッ闍灘コカ | 111010011001110010010001111011111011110110101111111010011001011110001101111001111000000110011000111011111011110110111010111011111011110110110110 | e99c91efbdafe9978de78198efbdbaefbdb6 |
UHC | 霑??灘?? | 1110111111000101001111110011111111110111101010000011111100111111 | efc53f3ff7a83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)