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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | □?D□?D^ | 100000011010000000111111010001001000000110100000001111110100010001011110 | 81a03f4481a03f445e |
EUC-JP | □?D□?D^ | 101000101010001000111111010001001010001010100010001111110100010001011110 | a2a23f44a2a23f445e |
UTF-8 | □∼D□∼D^ | 111000101001011010100001111000101000100010111100010001001110001010010110101000011110001010001000101111000100010001011110 | e296a1e288bc44e296a1e288bc445e |
UHC | □∼D□∼D^ | 1010000111100000101000011010110101000100101000011110000010100001101011010100010001011110 | a1e0a1ad44a1e0a1ad445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)