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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 料욌즶杻쯆 | 111011111010011010111110111011001001101010001100111011001010011010110110111011111010011110001000111011001010111110000110 | efa6beec9a8ceca6b6efa788ecaf86 |
UHC | 料욌즶杻쯆 | 11101000111101111001111011101011101000111000100011101010111101001010100101000010 | e8f79eeba388eaf4a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)