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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 冶???ч? | 1001011011101000001111110011111100111111100001001000100100111111 | 96e83f3f3f84893f |
EUC-JP | 冶??瑗ч? | 11001100111010100011111100111111100011111100110011000000101001111110100100111111 | ccea3f3f8fccc0a7e93f |
UTF-8 | 冶싲떴瑗ч뇳 | 1110010110000110101101101110110010001011101100101110101110010110101101001110011110010001100101111101000110000111111010111000011110110011 | e586b6ec8bb2eb96b4e79197d187eb87b3 |
UHC | 冶싲떴瑗ч뇳 | 111001011010011110011010111010111011011010111001111010101011110010101100111010011000011110010111 | e5a79aebb6b9eabcace98797 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)