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 | 菫セ諤殖 | 11100100101111111011111011100110100000001001000001000010 | e4bfbee6809042 |
EUC-JP | 菫セ諤殖 | 1110100011000001100011101011111011101011111000001011111110100011 | e8c18ebeebe0bfa3 |
UTF-8 | 菫セ諤殖 | 111010001000111110101011111011111011110110111110111010001010101110100100111001101010111010010110 | e88fabefbdbee8aba4e6ae96 |
UHC | 菫??殖 | 110100001100101100111111001111111110001111010110 | d0cb3f3fe3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)