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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 熬????? | 11100000100100100011111100111111001111110011111100111111 | e0923f3f3f3f3f |
EUC-JP | 熬????? | 11011111111100100011111100111111001111110011111100111111 | dff23f3f3f3f3f |
UTF-8 | 熬곩젶溜롫젘 | 111001111000011010101100111010101011001110101001111011001010000010110110111011111010011110001011111010111010000110101011111011001010000010011000 | e786aceab3a9eca0b6efa78beba1abeca098 |
UHC | 熬곩젶溜롫젘 | 111010001010001010000001111001011010000010101010111010101111111010001110111010111010000010010100 | e8a281e5a0aaeafe8eeba094 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)