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 | 蜉大泣雖 | 1110010110001010100100011110010110001011100000111110010110101011 | e58a91e58b83e5ab |
EUC-JP | 蜉大泣雖 | 1110100111101010110000101110011110110101111000111110101010101101 | e9eac2e7b5e3eaad |
UTF-8 | 蜉大泣雖 | 111010001001110010001001111001011010010010100111111001101011001110100011111010011001101110010110 | e89c89e5a4a7e6b3a3e99b96 |
UHC | ?大泣雖 | 00111111110100111101111011101011111010001110001011001100 | 3fd3deebe8e2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)