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 | 洩但綜短 | 1000100101101011100100100100000110010001100011101001001001011010 | 896b9241918e925a |
EUC-JP | 洩但綜短 | 1011000111001100110000111010001011000001111011101100001110111011 | b1ccc3a2c1eec3bb |
UTF-8 | 洩但綜短 | 111001101011010010101001111001001011110110000110111001111011011010011100111001111001111110101101 | e6b4a9e4bd86e7b69ce79fad |
UHC | 洩但綜短 | 1110000011011101110100111010001111110000111111001101001110101101 | e0ddd3a3f0fcd3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)