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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 唸痞髴韜 | 1001101001011000111000010111110011101001100111001110100011101001 | 9a58e17ce99ce8e9 |
EUC-JP | 唸痞髴韜 | 1101001110111001111000011101110111110001111111001111000011101011 | d3b9e1ddf1fcf0eb |
UTF-8 | 唸痞髴韜 | 111001011001010010111000111001111001011110011110111010011010101110110100111010011001111110011100 | e594b8e7979ee9abb4e99f9c |
UHC | ???韜 | 0011111100111111001111111101010010110111 | 3f3f3fd4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)