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 | 紜祉ェ蠎 | 11100011010000011000111010000011101010101110010110111010 | e3418e83aae5ba |
EUC-JP | 紜祉ェ蠎 | 1110010110100010101110111110001110001110101010101110101010111100 | e5a2bbe38eaaeabc |
UTF-8 | 紜祉ェ蠎 | 111001111011010010011100111001111010010110001001111011111011110110101010111010001010000010001110 | e7b49ce7a589efbdaae8a08e |
UHC | ?祉?? | 0011111111110010101100110011111100111111 | 3ff2b33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)