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 | 壯η? | 1001101011100001100000111100010100111111 | 9ae183c53f |
EUC-JP | 壯η? | 1101010011100011101001101100011100111111 | d4e3a6c73f |
UTF-8 | 壯η뿏 | 1110010110100011101011111100111010110111111010111011111110001111 | e5a3afceb7ebbf8f |
UHC | 壯η뿏 | 111011011110000010100101111001111001011110010100 | ede0a5e79794 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)