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 | セ燻オ紗璽 | 1011111011100000100011101011010110001110110100011000111010100011 | bee08eb58ed18ea3 |
EUC-JP | セ燻オ紗璽 | 10001110101111101101111111101110100011101011010110111100110100111011110010100101 | 8ebedfee8eb5bcd3bca5 |
UTF-8 | セ燻オ紗璽 | 111011111011110110111110111001111000011110111011111011111011110110110101111001111011010010010111111001111001001010111101 | efbdbee787bbefbdb5e7b497e792bd |
UHC | ?燻?紗璽 | 0011111111111101101110000011111111011110111010011101111111011110 | 3ffdb83fdee9dfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)