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 | 億?紙? | 100010011010110100111111100011101000011000111111 | 89ad3f8e863f |
EUC-JP | 億?紙? | 101100101010111100111111101110111110011000111111 | b2af3fbbe63f |
UTF-8 | 億렎紙렟 | 111001011000010010000100111010111010000010001110111001111011010010011001111010111010000010011111 | e58484eba08ee7b499eba09f |
UHC | 億렎紙렟 | 1110010111100010100011101010010011110010101101011000111010110000 | e5e28ea4f2b58eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)