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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 疋逗? | 1001010101000100100100001000000000111111 | 954490803f |
EUC-JP | 疋逗? | 1100100110100101101111111110000000111111 | c9a5bfe03f |
UTF-8 | 疋逗텼 | 111001111001011010001011111010011000000010010111111011011000010110111100 | e7968be98097ed85bc |
UHC | 疋逗텼 | 111110011011010111010100111010001100010111100001 | f9b5d4e8c5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)