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 | 妖ζ?? | 100101110110010010000011110001000011111100111111 | 976483c43f3f |
EUC-JP | 妖ζ?? | 110011011100010110100110110001100011111100111111 | cdc5a6c63f3f |
UTF-8 | 妖ζ돂獵 | 1110010110100110100101101100111010110110111010111000111110000010111011111010011010100111 | e5a696ceb6eb8f82efa6a7 |
UHC | 妖ζ돂獵 | 1110100011101101101001011110011010001001100101011110011110100110 | e8eda5e68995e7a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)