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 | 褝趣セ幢ス | 1110010111111010100011101110111110111110100110111110111110111101 | e5fa8eefbe9befbd |
EUC-JP | 褝趣セ幢ス | 11101010111111001011110011110001100011101011111011010110111100011000111010111101 | eafcbcf18ebed6f18ebd |
UTF-8 | 褝趣セ幢ス | 111010001010010010011101111010001011011010100011111011111011110110111110111001011011100110100010111011111011110110111101 | e8a49de8b6a3efbdbee5b9a2efbdbd |
UHC | ?趣?幢? | 00111111111101101010110000111111110100111101001100111111 | 3ff6ac3fd3d33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)