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 | 飄???? | 111010010100011100111111001111110011111100111111 | e9473f3f3f3f |
EUC-JP | 飄???? | 111100011010100000111111001111110011111100111111 | f1a83f3f3f3f |
UTF-8 | 飄렕戶렭灐 | 111010011010001110000100111010111010000010010101111001101000100010110110111010111010000010101101111001111000000110010000 | e9a384eba095e688b6eba0ade78190 |
UHC | 飄렕戶렭灐 | 11111000111111011000111010101010111110111100001010001110101110101111101110100101 | f8fd8eaafbc28ebafba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)