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 | çó·Ñå® | 1110011111110011101101111101000110001101111001011010111010010111 | e7f3b7d18de5ae97 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | çó?Ñ?å®? | 100011111010101110101110100011111010101111010001001111111000111110101010110100000011111110001111101010111010100110001111101000101110111000111111 | 8fabae8fabd13f8faad03f8faba98fa2ee3f |
UTF-8 | çó·Ñå® | 11000011101001111100001110110011110000101011011111000011100100011100001010001101110000111010010111000010101011101100001010010111 | c3a7c3b3c2b7c391c28dc3a5c2aec297 |
UHC | ??·???®? | 00111111001111111010000110100100001111110011111100111111101000101110011100111111 | 3f3fa1a43f3f3fa2e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)