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 | 堯?翁Ι | 11101010100111110011111110001001101001011000001110100111 | ea9f3f89a583a7 |
EUC-JP | 堯?翁Ι | 11110100101000010011111110110010101001111010011010101001 | f4a13fb2a7a6a9 |
UTF-8 | 堯렭翁Ι | 1110010110100000101011111110101110100000101011011110011110111111100000011100111010011001 | e5a0afeba0ade7bf81ce99 |
UHC | 堯렭翁Ι | 1110100011101011100011101011101011101000101110101010010111001001 | e8eb8ebae8baa5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)