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 | Ô·òº^ | 10001110110101001000111010110111111100101011101001011110 | 8ed48eb7f2ba5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ?Ô??òº^ | 00111111100011111010101011010100001111110011111110001111101010111101001010001111101000101110101101011110 | 3f8faad43f3f8fabd28fa2eb5e |
UTF-8 | Ô·òº^ | 11000010100011101100001110010100110000101000111011000010101101111100001110110010110000101011101001011110 | c28ec394c28ec2b7c3b2c2ba5e |
UHC | ???·?º^ | 001111110011111100111111101000011010010000111111101010001010110001011110 | 3f3f3fa1a43fa8ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)