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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 阡苓ゥ樊コ殖 | 11101000100101001001011111101000101010011001111011100110101110101001000001000010 | e89497e8a99ee6ba9042 |
EUC-JP | 阡苓ゥ樊コ殖 | 111011111111010011001110111010101000111010101001110111001110100010001110101110101011111110100011 | eff4ceea8ea9dce88ebabfa3 |
UTF-8 | 阡苓ゥ樊コ殖 | 111010011001100010100001111010001000101110010011111011111011110110101001111001101010100010001010111011111011110110111010111001101010111010010110 | e998a1e88b93efbda9e6a88aefbdbae6ae96 |
UHC | 阡??樊?殖 | 111101001100011000111111001111111101101111100000001111111110001111010110 | f4c63f3fdbe03fe3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)