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 | ±ñ\ | 1000111010110001111100011010110101011100 | 8eb1f1ad5c |
SJIS-WIN | ?±??\ | 001111111000000101111101001111110011111101011100 | 3f817d3f3f5c |
EUC-JP | ?±ñ?\ | 0011111110100001110111101000111110101011110100000011111101011100 | 3fa1de8fabd03f5c |
UTF-8 | ±ñ\ | 110000101000111011000010101100011100001110110001110000101010110101011100 | c28ec2b1c3b1c2ad5c |
UHC | ?±?\ | 00111111101000011011111000111111101000011010100101011100 | 3fa1be3fa1a95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)