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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 紗写莠釈 | 1000111011010001100011101100101011100100101110101000111011011111 | 8ed18ecae4ba8edf |
EUC-JP | 紗写莠釈 | 1011110011010011101111001100110011101000101111001011110011100001 | bcd3bccce8bcbce1 |
UTF-8 | 紗写莠釈 | 111001111011010010010111111001011000011010011001111010001000111010100000111010011000011110001000 | e7b497e58699e88ea0e98788 |
UHC | 紗??? | 1101111011101001001111110011111100111111 | dee93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)