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 | ù®ò÷O | 1111100110101110111100101111011101001111 | f9aef2f74f |
SJIS-WIN | ???÷O | 001111110011111100111111100000011000000001001111 | 3f3f3f81804f |
EUC-JP | ù®ò÷O | 100011111010101111100011100011111010001011101110100011111010101111010010101000011110000001001111 | 8fabe38fa2ee8fabd2a1e04f |
UTF-8 | ù®ò÷O | 110000111011100111000010101011101100001110110010110000111011011101001111 | c3b9c2aec3b2c3b74f |
UHC | ?®?÷O | 00111111101000101110011100111111101000011100000001001111 | 3fa2e73fa1c04f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)