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 | ò£°è½ | 111100101010001110001110101100001110100010111101 | f2a38eb0e8bd |
SJIS-WIN | ?£?°?? | 0011111110000001100100100011111110000001100010110011111100111111 | 3f81923f818b3f3f |
EUC-JP | ò£?°è? | 100011111010101111010010101000011111001000111111101000011110101110001111101010111011001000111111 | 8fabd2a1f23fa1eb8fabb23f |
UTF-8 | ò£°è½ | 110000111011001011000010101000111100001010001110110000101011000011000011101010001100001010111101 | c3b2c2a3c28ec2b0c3a8c2bd |
UHC | ???°?½ | 0011111100111111001111111010000111000110001111111010100011110110 | 3f3f3fa1c63fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)