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??? | 001111110011111101000010001111110011111100111111 | 3f3f423f3f3f |
SJIS-WIN | 恁?B??? | 10011100100011000011111101000010001111110011111100111111 | 9c8c3f423f3f3f |
EUC-JP | 恁?B??? | 11010111111011000011111101000010001111110011111100111111 | d7ec3f423f3f3f |
UTF-8 | 恁췫B李얩샃 | 11100110100000011000000111101100101101111010101101000010111011111010011110100001111011001001011010101001111011001000001110000011 | e68181ecb7ab42efa7a1ec96a9ec8383 |
UHC | 恁췫B李얩샃 | 1110110011110110101011100110100101000010111011001011000010111110111011011001100010110101 | ecf6ae6942ecb0beed98b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)