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 | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-WIN | 隴乗ウ後ΜG | 11101000101011011000111111100110101100111000110011100011100000111010101001000111 | e8ad8fe6b38ce383aa47 |
EUC-JP | 隴乗ウ後ΜG | 1111000010101111101111101110100010001110101100111011100011100101101001101010110001000111 | f0afbee88eb3b8e5a6ac47 |
UTF-8 | 隴乗ウ後ΜG | 111010011001101010110100111001001011100110010111111011111011110110110011111001011011111010001100110011101001110001000111 | e99ab4e4b997efbdb3e5be8cce9c47 |
UHC | ???後ΜG | 0011111100111111001111111111110110101101101001011100110001000111 | 3f3f3ffdada5cc47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)