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 | 얍롎섯손섣 | 111011001001011010001101111010111010000110001110111011001000010010101111111011001000011010010000111011001000010010100011 | ec968deba18eec84afec8690ec84a3 |
UHC | 얍롎섯손섣 | 10111110111001011000111011010100101111001011100010111100110101011011110010110010 | bee58ed4bcb8bcd5bcb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)