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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??代??螳^ | 001111110011111110010001111000110011111100111111111001011010111001011110 | 3f3f91e33f3fe5ae5e |
EUC-JP | ??代??螳^ | 001111110011111111000010111001010011111100111111111010101011000001011110 | 3f3fc2e53f3feab05e |
UTF-8 | 뤦쫀代뤦쫀螳^ | 11101011101001001010011011101100101010111000000011100100101110111010001111101011101001001010011011101100101010111000000011101000100111101011001101011110 | eba4a6ecab80e4bba3eba4a6ecab80e89eb35e |
UHC | 뤦쫀代뤦쫀螳^ | 10001111110101001100001011001011110100111101101110001111110101001100001011001011110100111101100101011110 | 8fd4c2cbd3db8fd4c2cbd3d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)