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 | 粗???? | 100100010110010100111111001111110011111100111111 | 91653f3f3f3f |
EUC-JP | 粗???? | 110000011100011000111111001111110011111100111111 | c1c63f3f3f3f |
UTF-8 | 粗롛렱롚렼 | 111001111011001010010111111010111010000110011011111010111010000010110001111010111010000110011010111010111010000010111100 | e7b297eba19beba0b1eba19aeba0bc |
UHC | 粗롛렱롚렼 | 11110000110110001000111011011111100011101011111010001110110111101000111011000100 | f0d88edf8ebe8ede8ec4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)