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 | 蜉大オ娯蔓 | 111001011000101010010001111001011011010110001100111000101001011010100000 | e58a91e5b58ce296a0 |
EUC-JP | 蜉大オ娯蔓 | 11101001111010101100001011100111100011101011010110111000111001001100110010100010 | e9eac2e78eb5b8e4cca2 |
UTF-8 | 蜉大オ娯蔓 | 111010001001110010001001111001011010010010100111111011111011110110110101111001011010100010101111111010001001010010010011 | e89c89e5a4a7efbdb5e5a8afe89493 |
UHC | ?大??蔓 | 00111111110100111101111000111111001111111101100011000000 | 3fd3de3f3fd8c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)