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 | 骰慯堺ソョ鄒 | 11101001100011011001110011010001100011011110010010111111101011101110011110111110 | e98d9cd18de4bfaee7be |
EUC-JP | 骰慯堺ソョ鄒 | 111100011110110111011000110100111011101011100110100011101011111110001110101011101110111011000000 | f1edd8d3bae68ebf8eaeeec0 |
UTF-8 | 骰慯堺ソョ鄒 | 111010011010101010110000111001101000010110101111111001011010000010111010111011111011110110111111111011111011110110101110111010011000010010010010 | e9aab0e685afe5a0baefbdbfefbdaee98492 |
UHC | ??堺??鄒 | 0011111100111111110011001111011100111111001111111111010111011011 | 3f3fccf73f3ff5db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)