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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 讌「竭」奓 | 1110011010100101101000101110001010010001101000111111101010100000 | e6a5a2e291a3faa0 |
EUC-JP | 讌「竭」奓 | 1110110010100111100011101010001011100011111100011000111010100011100011111011100011110101 | eca78ea2e3f18ea38fb8f5 |
UTF-8 | 讌「竭」奓 | 111010001010111010001100111011111011110110100010111001111010101110101101111011111011110110100011111001011010010110010011 | e8ae8cefbda2e7abadefbda3e5a593 |
UHC | ??竭?? | 001111110011111111001010111001100011111100111111 | 3f3fcae63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)