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 | 汚??搖? | 10001001100110000011111100111111100111011000101000111111 | 89983f3f9d8a3f |
EUC-JP | 汚??搖? | 10110001111110000011111100111111110110011110101000111111 | b1f83f3fd9ea3f |
UTF-8 | 汚뉓눛搖뢆 | 111001101011000110011010111010111000100110010011111010111000100010011011111001101001000010010110111010111010001010000110 | e6b19aeb8993eb889be69096eba286 |
UHC | 汚뉓눛搖뢆 | 11100111111111011000011111101000100001111011001111101000111101001000111101000010 | e7fd87e887b3e8f48f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)