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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 陟「迹壼綾^ | 11101000101000001010001011100111100100011001101011100101100010001011101101011110 | e8a0a2e7919ae588bb5e |
EUC-JP | 陟「迹壼綾^ | 1111000010100010100011101010001011101101111100011101010011100111101100001011110101011110 | f0a28ea2edf1d4e7b0bd5e |
UTF-8 | 陟「迹壼綾^ | 11101001100110011001111111101111101111011010001011101000101111111011100111100101101000111011110011100111101101101011111001011110 | e9999fefbda2e8bfb9e5a3bce7b6be5e |
UHC | 陟?迹?綾^ | 111101001011001100111111111011101110100100111111110101111101001101011110 | f4b33feee93fd7d35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)