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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 酌爾璽裵式B | 1000111011011110100011101010001010001110101000111111101110100010100011101010111001000010 | 8ede8ea28ea3fba28eae42 |
EUC-JP | 酌爾璽裵式B | 101111001110000010111100101001001011110010100101100011111101110011010011101111001011000001000010 | bce0bca4bca58fdcd3bcb042 |
UTF-8 | 酌爾璽裵式B | 11101001100001011000110011100111100010001011111011100111100100101011110111101000101000111011010111100101101111001000111101000010 | e9858ce788bee792bde8a3b5e5bc8f42 |
UHC | 酌爾璽裵式B | 1110110111001100111011001011001111011111110111101101101111010001111000111101001001000010 | edccecb3dfdedbd1e3d242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)