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 | 闥滓勣荳 | 1110100010010010100111111110011010011001101010001110010010111000 | e8929fe699a8e4b8 |
EUC-JP | 闥滓勣荳 | 1110111111110010110111101110100011010010101010101110100010111010 | eff2dee8d2aae8ba |
UTF-8 | 闥滓勣荳 | 111010011001011110100101111001101011101110010011111001011000101110100011111010001000110110110011 | e997a5e6bb93e58ba3e88db3 |
UHC | ?滓勣荳 | 00111111111011101010101111101110110100111101010011100101 | 3feeabeed3d4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)