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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 夭c?竊 | 10011010111011101000001010000011001111111110001010000110 | 9aee82833fe286 |
EUC-JP | 夭c?竊 | 11010100111100001010001111100011001111111110001111100110 | d4f0a3e33fe3e6 |
UTF-8 | 夭c냻竊 | 111001011010010010101101111011111011110110000011111010111000001110111011111001111010101110001010 | e5a4adefbd83eb83bbe7ab8a |
UHC | 夭c냻竊 | 1110100011101100101000111110001110000110100010111110111110111100 | e8eca3e3868befbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)