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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 兀兀B | 1001100101011001100110010101100101000010 | 9959995942 |
EUC-JP | 兀兀B | 1101000110111010110100011011101001000010 | d1bad1ba42 |
UTF-8 | 兀兀B | 11100101100001011000000011100101100001011000000001000010 | e58580e5858042 |
UHC | 兀兀B | 1110100010110100111010001011010001000010 | e8b4e8b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)