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 | èûZµ¿ | 100011111110100011111011010110101011010110111111 | 8fe8fb5ab5bf |
SJIS-WIN | ???Z?? | 001111110011111100111111010110100011111100111111 | 3f3f3f5a3f3f |
EUC-JP | ?èûZ?¿ | 001111111000111110101011101100101000111110101011111001010101101000111111100011111010001011000100 | 3f8fabb28fabe55a3f8fa2c4 |
UTF-8 | èûZµ¿ | 1100001010001111110000111010100011000011101110110101101011000010101101011100001010111111 | c28fc3a8c3bb5ac2b5c2bf |
UHC | ???Z?¿ | 00111111001111110011111101011010001111111010001010101111 | 3f3f3f5a3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)