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 | ò±²w | 1111001010110001100011101011001001110111 | f2b18eb277 |
SJIS-WIN | ?±??w | 001111111000000101111101001111110011111101110111 | 3f817d3f3f77 |
EUC-JP | ò±??w | 1000111110101011110100101010000111011110001111110011111101110111 | 8fabd2a1de3f3f77 |
UTF-8 | ò±²w | 110000111011001011000010101100011100001010001110110000101011001001110111 | c3b2c2b1c28ec2b277 |
UHC | ?±?²w | 00111111101000011011111000111111101010011111011101110111 | 3fa1be3fa9f777 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)