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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 陬ょ妾] | 11101000101000111000001011100101100011111010100001011101 | e8a382e58fa85d |
EUC-JP | 陬ょ妾] | 11110000101001011010010011100111101111101010101001011101 | f0a5a4e7beaa5d |
UTF-8 | 陬ょ妾] | 11101001100110011010110011100011100000101000011111100101101001101011111001011101 | e999ace38287e5a6be5d |
UHC | ?ょ妾] | 001111111010101011100111111101001101110101011101 | 3faae7f4dd5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)