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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 衆??伎? | 10001111010011110011111100111111100010101110101000111111 | 8f4f3f3f8aea3f |
EUC-JP | 衆??伎? | 10111101101100000011111100111111101101001110110000111111 | bdb03f3fb4ec3f |
UTF-8 | 衆縷렚伎렣 | 111010001010000110000110111011111010010110010000111010111010000010011010111001001011110010001110111010111010000010100011 | e8a186efa590eba09ae4bc8eeba0a3 |
UHC | 衆縷렚伎렣 | 11110001111010111101001011101010100011101010110111010000111010111000111010110100 | f1ebd2ea8eadd0eb8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)