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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ィ奝蹠B | 101010001111101010100010111001110100011101000010 | a8faa2e74742 |
EUC-JP | ィ奝蹠B | 1000111010101000100011111011100011111000111011011010100001000010 | 8ea88fb8f8eda842 |
UTF-8 | ィ奝蹠B | 11101111101111011010100011100101101001011001110111101000101110011010000001000010 | efbda8e5a59de8b9a042 |
UHC | ??蹠B | 0011111100111111111101001011001001000010 | 3f3ff4b242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)