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 | 뤶체킃헴설 | 111010111010010010110110111011001011001010110100111011011000001010000011111011011001011110110100111011001000010010100100 | eba4b6ecb2b4ed8283ed97b4ec84a4 |
UHC | 뤶체킃헴설 | 10001111111001001100001110111100101101001000111111000111111100001011110010110011 | 8fe4c3bcb48fc7f0bcb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)