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 | 而孟??庄 | 1000111010100111100101101101000000111111001111111000111110101111 | 8ea796d03f3f8faf |
EUC-JP | 而孟??庄 | 1011110010101001110011001101001000111111001111111011111010110001 | bca9ccd23f3fbeb1 |
UTF-8 | 而孟렣렖庄 | 111010001000000010001100111001011010110110011111111010111010000010100011111010111010000010010110111001011011101010000100 | e8808ce5ad9feba0a3eba096e5ba84 |
UHC | 而孟렣렖庄 | 11101100101110111101100011101011100011101011010010001110101010111110110111100100 | ecbbd8eb8eb48eabede4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)