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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?c??埃 | 00111111100000101000001100111111001111111001101010111010 | 3f82833f3f9aba |
EUC-JP | ?c??埃 | 00111111101000111110001100111111001111111101010010111100 | 3fa3e33f3fd4bc |
UTF-8 | 嶪c끇흮埃 | 111001011011011010101010111011111011110110000011111010111000000110000111111011011001110110101110111001011001111110000011 | e5b6aaefbd83eb8187ed9daee59f83 |
UHC | 嶪c끇흮埃 | 11100101111101011010001111100011100001011011101111000101100010101110010011101111 | e5f5a3e385bbc58ae4ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)