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 | ?®?B | 00111111101011100011111101000010 | 3fae3f42 |
SJIS-WIN | 亥?賓B | 100010001110010100111111100101010110111101000010 | 88e53f956f42 |
EUC-JP | 亥®賓B | 1011000011100111100011111010001011101110110010011101000001000010 | b0e78fa2eec9d042 |
UTF-8 | 亥®賓B | 111001001011101010100101110000101010111011101000101100111001001101000010 | e4baa5c2aee8b39342 |
UHC | 亥®賓B | 11111010101001001010001011100111110111101011100101000010 | faa4a2e7deb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)