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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?湛?叩^ | 00111111100100100101100000111111100100100100000001011110 | 3f92583f92405e |
EUC-JP | ?湛?叩^ | 00111111110000111011100100111111110000111010000101011110 | 3fc3b93fc3a15e |
UTF-8 | 렺湛렺叩^ | 11101011101000001011101011100110101110011001101111101011101000001011101011100101100011111010100101011110 | eba0bae6b99beba0bae58fa95e |
UHC | 렺湛렺叩^ | 100011101100001011010011110000001000111011000010110011011011000001011110 | 8ec2d3c08ec2cdb05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)