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 | íò§nB | 111011011111001010001110101001110110111001000010 | edf28ea76e42 |
SJIS-WIN | ???§nB | 00111111001111110011111110000001100110000110111001000010 | 3f3f3f81986e42 |
EUC-JP | íò?§nB | 1000111110101011101111111000111110101011110100100011111110100001111110000110111001000010 | 8fabbf8fabd23fa1f86e42 |
UTF-8 | íò§nB | 11000011101011011100001110110010110000101000111011000010101001110110111001000010 | c3adc3b2c28ec2a76e42 |
UHC | ???§nB | 00111111001111110011111110100001110101110110111001000010 | 3f3f3fa1d76e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)