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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???悳耕^ | 0011111100111111001111111001110001111011100011010110101101011110 | 3f3f3f9c7b8d6b5e |
EUC-JP | ??墉悳耕^ | 00111111001111111000111110111000101111111101011111011100101110011100110001011110 | 3f3f8fb8bfd7dcb9cc5e |
UTF-8 | 붊뤝墉悳耕^ | 11101011101101101000101011101011101001001001110111100101101000101000100111100110100000101011001111101000100000001001010101011110 | ebb68aeba49de5a289e682b3e880955e |
UHC | 붊뤝墉悳耕^ | 1011101011010100100011111100110011101001101110101101001111101101110011001110100101011110 | bad48fcce9bad3edcce95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)