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 | 瀞?蜃?齬 | 1001001111010010001111111110010110000111001111111110101010010111 | 93d23fe5873fea97 |
EUC-JP | 瀞?蜃?齬 | 1100011011010100001111111110100111100111001111111111001111110111 | c6d43fe9e73ff3f7 |
UTF-8 | 瀞렱蜃렎齬 | 111001111000000010011110111010111010000010110001111010001001110010000011111010111010000010001110111010011011110110101100 | e7809eeba0b1e89c83eba08ee9bdac |
UHC | 瀞렱蜃렎齬 | 11101111111001111000111010111110111000111111000110001110101001001110010111100001 | efe78ebee3f18ea4e5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)