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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蒻笈^艾 | 1110010011101000100010111000100010000001010011111110010010001000 | e4e88b88814fe488 |
EUC-JP | 蒻笈^艾 | 1110100011101010101101011110100010100001101100001110011111101000 | e8eab5e8a1b0e7e8 |
UTF-8 | 蒻笈^艾 | 111010001001001010111011111001111010110010001000111011111011110010111110111010001000100110111110 | e892bbe7ac88efbcbee889be |
UHC | 蒻?^艾 | 11100101101101100011111110100011110111101110010011110101 | e5b63fa3dee4f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)