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 | 耶??艤? | 10010110111010110011111100111111111001000111111000111111 | 96eb3f3fe47e3f |
EUC-JP | 耶??艤? | 11001100111011010011111100111111111001111101111100111111 | cced3f3fe7df3f |
UTF-8 | 耶껊짘艤쒑 | 111010001000000010110110111010101011101110001010111011001010011110011000111010001000100110100100111011001001001010010001 | e880b6eabb8aeca798e889a4ec9291 |
UHC | 耶껊짘艤쒑 | 11100101101011011000001111101011101000111001111111101011111110101001110011101000 | e5ad83eba39febfa9ce8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)