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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???揖ユ? | 0011111100111111001111111001011101001011100000111000011000111111 | 3f3f3f974b83863f |
EUC-JP | ???揖ユ? | 0011111100111111001111111100110110101100101001011110011000111111 | 3f3f3fcdaca5e63f |
UTF-8 | 樂낅뗄揖ユ뤃 | 111011111010011010111111111010111000001010000101111010111001011110000100111001101000111110010110111000111000001110100110111010111010010010000011 | efa6bfeb8285eb9784e68f96e383a6eba483 |
UHC | 樂낅뗄揖ユ뤃 | 111010001111100110000101111010111011011010111111111010111110011110101011111001101000111110110100 | e8f985ebb6bfebe7abe68fb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)