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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 莨閤莨砿^ | 111001001011110010001101011111011110010010111100100011010111101101011110 | e4bc8d7de4bc8d7b5e |
EUC-JP | 莨閤莨砿^ | 111010001011111010111001110111101110100010111110101110011101110001011110 | e8beb9dee8beb9dc5e |
UTF-8 | 莨閤莨砿^ | 11101000100011101010100011101001100101101010010011101000100011101010100011100111101000001011111101011110 | e88ea8e996a4e88ea8e7a0bf5e |
UHC | ?閤??^ | 001111111111100111101110001111110011111101011110 | 3ff9ee3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)