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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 腋???懊 | 11100011111111000011111100111111001111111001110011100011 | e3fc3f3f3f9ce3 |
EUC-JP | 腋???懊 | 11100110111111100011111100111111001111111101100011100101 | e6fe3f3f3fd8e5 |
UTF-8 | 腋잆룗횧懊 | 111010001000010110001011111011001001111010000110111010111010001110010111111011011001101010100111111001101000011110001010 | e8858bec9e86eba397ed9aa7e6878a |
UHC | 腋잆룗횧懊 | 11100100111111011001111111100011100011111001001111000011100111101110011111111000 | e4fd9fe38f93c39ee7f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)