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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 災?禹?烝? | 100011011101000000111111111000100101101000111111111000000111111000111111 | 8dd03fe25a3fe07e3f |
EUC-JP | 災?禹?烝? | 101110101101001000111111111000111011101100111111110111111101111100111111 | bad23fe3bb3fdfdf3f |
UTF-8 | 災렧禹렕烝렏 | 111001111000000110111101111010111010000010100111111001111010011010111001111010111010000010010101111001111000001110011101111010111010000010001111 | e781bdeba0a7e7a6b9eba095e7839deba08f |
UHC | 災렧禹렕烝렏 | 111011101010110010001110101101101110100111100000100011101010101011110001111101101000111010100101 | eeac8eb6e9e08eaaf1f68ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)