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 | 洩短綜辰 | 1000100101101011100100100101101010010001100011101001001001000011 | 896b925a918e9243 |
EUC-JP | 洩短綜辰 | 1011000111001100110000111011101111000001111011101100001110100100 | b1ccc3bbc1eec3a4 |
UTF-8 | 洩短綜辰 | 111001101011010010101001111001111001111110101101111001111011011010011100111010001011111010110000 | e6b4a9e79fade7b69ce8beb0 |
UHC | 洩短綜辰 | 1110000011011101110100111010110111110000111111001111001011100011 | e0ddd3adf0fcf2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)