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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 脱蔵但G | 10010010010001011001000110100000100100100100000101000111 | 924591a0924147 |
EUC-JP | 脱蔵但G | 11000011101001101100001010100010110000111010001001000111 | c3a6c2a2c3a247 |
UTF-8 | 脱蔵但G | 11101000100001001011000111101000100101001011010111100100101111011000011001000111 | e884b1e894b5e4bd8647 |
UHC | ??但G | 0011111100111111110100111010001101000111 | 3f3fd3a347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)