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 | èÖäÁ | 111010001101011010001111111001001100000110001110 | e8d68fe4c18e |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | èÖ?äÁ? | 1000111110101011101100101000111110101010110100110011111110001111101010111010001110001111101010101010000100111111 | 8fabb28faad33f8faba38faaa13f |
UTF-8 | èÖäÁ | 110000111010100011000011100101101100001010001111110000111010010011000011100000011100001010001110 | c3a8c396c28fc3a4c381c28e |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)