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 | è÷è³ | 1110100011110111100111111110100010110011 | e8f79fe8b3 |
SJIS-WIN | ?÷??? | 001111111000000110000000001111110011111100111111 | 3f81803f3f3f |
EUC-JP | è÷?è? | 10001111101010111011001010100001111000000011111110001111101010111011001000111111 | 8fabb2a1e03f8fabb23f |
UTF-8 | è÷è³ | 11000011101010001100001110110111110000101001111111000011101010001100001010110011 | c3a8c3b7c29fc3a8c2b3 |
UHC | ?÷??³ | 00111111101000011100000000111111001111111010100111111000 | 3fa1c03f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)