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 | 俎祠? | 1001100011010111111000100100101100111111 | 98d7e24b3f |
EUC-JP | 俎祠? | 1101000011011001111000111010110000111111 | d0d9e3ac3f |
UTF-8 | 俎祠렰 | 111001001011111110001110111001111010010110100000111010111010000010110000 | e4bf8ee7a5a0eba0b0 |
UHC | 俎祠렰 | 111100001011101111011110111001101000111010111101 | f0bbdee68ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)