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 | ±òÛ | 10001110101100011111001011011011 | 8eb1f2db |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | ?±òÛ | 001111111010000111011110100011111010101111010010100011111010101011100101 | 3fa1de8fabd28faae5 |
UTF-8 | ±òÛ | 1100001010001110110000101011000111000011101100101100001110011011 | c28ec2b1c3b2c39b |
UHC | ?±?? | 0011111110100001101111100011111100111111 | 3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)