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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 汚??汚??^ | 100010011001100000111111001111111000100110011000001111110011111101011110 | 89983f3f89983f3f5e |
EUC-JP | 汚??汚??^ | 101100011111100000111111001111111011000111111000001111110011111101011110 | b1f83f3fb1f83f3f5e |
UTF-8 | 汚뤄슛汚뤄슛^ | 11100110101100011001101011101011101001001000010011101100100010101001101111100110101100011001101011101011101001001000010011101100100010101001101101011110 | e6b19aeba484ec8a9be6b19aeba484ec8a9b5e |
UHC | 汚뤄슛汚뤄슛^ | 11100111111111011011011111101111101111011011100011100111111111011011011111101111101111011011100001011110 | e7fdb7efbdb8e7fdb7efbdb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)