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 | ×¶}×¶{^ | 11010111101101100111110111010111101101100111101101011110 | d7b67dd7b67b5e |
SJIS-WIN | ×¶}×¶{^ | 1000000101111110100000011111011101111101100000010111111010000001111101110111101101011110 | 817e81f77d817e81f77b5e |
EUC-JP | ×¶}×¶{^ | 1010000111011111101000101111100101111101101000011101111110100010111110010111101101011110 | a1dfa2f97da1dfa2f97b5e |
UTF-8 | ×¶}×¶{^ | 1100001110010111110000101011011001111101110000111001011111000010101101100111101101011110 | c397c2b67dc397c2b67b5e |
UHC | ×¶}×¶{^ | 1010000110111111101000101101001001111101101000011011111110100010110100100111101101011110 | a1bfa2d27da1bfa2d27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)