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 | ???揖η? | 0011111100111111001111111001011101001011100000111100010100111111 | 3f3f3f974b83c53f |
EUC-JP | ???揖η? | 0011111100111111001111111100110110101100101001101100011100111111 | 3f3f3fcdaca6c73f |
UTF-8 | 閱륁슱揖η독 | 1110100110010110101100011110101110100101100000011110110010001010101100011110011010001111100101101100111010110111111010111000111110000101 | e996b1eba581ec8ab1e68f96ceb7eb8f85 |
UHC | 閱륁슱揖η독 | 111001101111001110001111111011001001101010111000111010111110011110100101111001111011010110110110 | e6f38fec9ab8ebe7a5e7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)