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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 淼夭柾^ | 11111011010001011001101011101110100101101000111101011110 | fb459aee968f5e |
EUC-JP | 淼夭柾^ | 1000111111000111111001101101010011110000110010111110111101011110 | 8fc7e6d4f0cbef5e |
UTF-8 | 淼夭柾^ | 11100110101101111011110011100101101001001010110111100110100111111011111001011110 | e6b7bce5a4ade69fbe5e |
UHC | ?夭柾^ | 001111111110100011101100111011111101111001011110 | 3fe8ecefde5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)