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 | ?y?|}?y?|{^ | 0011111101111001001111110111110001111101001111110111100100111111011111000111101101011110 | 3f793f7c7d3f793f7c7b5e |
SJIS-WIN | ?y?|}?y?|{^ | 0011111101111001001111110111110001111101001111110111100100111111011111000111101101011110 | 3f793f7c7d3f793f7c7b5e |
EUC-JP | ?y?|}?y?|{^ | 0011111101111001001111110111110001111101001111110111100100111111011111000111101101011110 | 3f793f7c7d3f793f7c7b5e |
UTF-8 | 혲y혲|}혲y혲|{^ | 11101101100110001011001001111001111011011001100010110010011111000111110111101101100110001011001001111001111011011001100010110010011111000111101101011110 | ed98b279ed98b27c7ded98b279ed98b27c7b5e |
UHC | 혲y혲|}혲y혲|{^ | 110000101001100101111001110000101001100101111100011111011100001010011001011110011100001010011001011111000111101101011110 | c29979c2997c7dc29979c2997c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)