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 | ×þ}×þ{^ | 11010111111111100111110111010111111111100111101101011110 | d7fe7dd7fe7b5e |
SJIS-WIN | ×?}×?{^ | 100000010111111000111111011111011000000101111110001111110111101101011110 | 817e3f7d817e3f7b5e |
EUC-JP | ×þ}×þ{^ | 10100001110111111000111110101001110100000111110110100001110111111000111110101001110100000111101101011110 | a1df8fa9d07da1df8fa9d07b5e |
UTF-8 | ×þ}×þ{^ | 1100001110010111110000111011111001111101110000111001011111000011101111100111101101011110 | c397c3be7dc397c3be7b5e |
UHC | ×þ}×þ{^ | 1010000110111111101010011010110101111101101000011011111110101001101011010111101101011110 | a1bfa9ad7da1bfa9ad7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)