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 | 與??有? | 11100100011011110011111100111111100101110100110000111111 | e46f3f3f974c3f |
EUC-JP | 與??有? | 11100111110100000011111100111111110011011010110100111111 | e7d03f3fcdad3f |
UTF-8 | 與쀦뜤有긃 | 111010001000100010000111111011001000000010100110111010111001110010100100111001101001110010001001111010101011100010000011 | e88887ec80a6eb9ca4e69c89eab883 |
UHC | 與쀦뜤有긃 | 11100110101010001001011111100110100011011010011111101010111100111000001101000110 | e6a897e68da7eaf38346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)