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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | ???毅?BF | 0011111100111111001111111000101101000010001111110100001001000110 | 3f3f3f8b423f4246 |
EUC-JP | ???毅?BF | 0011111100111111001111111011010110100011001111110100001001000110 | 3f3f3fb5a33f4246 |
UTF-8 | 捻믪뼔毅븄BF | 1110111110100110101001001110101110101111101010101110101110111100100101001110011010101111100001011110101110111000100001000100001001000110 | efa6a4ebafaaebbc94e6af85ebb8844246 |
UHC | 捻믪뼔毅븄BF | 111001101111011110010010111011001001011010011100111010111111011010010101011011110100001001000110 | e6f792ec969cebf6956f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)