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 | 掖⑤???? | 1001110101110100100001110100010000111111001111110011111100111111 | 9d7487443f3f3f3f |
EUC-JP | 掖????? | 11011001110101010011111100111111001111110011111100111111 | d9d53f3f3f3f3f |
UTF-8 | 掖⑤툝溜묐젗 | 111001101000111010010110111000101001000110100100111011011000100010011101111011111010011110001011111010111010110010010000111011001010000010010111 | e68e96e291a4ed889defa78bebac90eca097 |
UHC | 掖⑤툝溜묐젗 | 111001001111101010101000111010111011100010010100111010101111111010010001111010111010000010010011 | e4faa8ebb894eafe91eba093 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)