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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?乂殉 | 0011111110011000101001111000111101111101 | 3f98a78f7d |
EUC-JP | ?乂殉 | 0011111111010000101010011011110111011110 | 3fd0a9bdde |
UTF-8 | 윥乂殉 | 111011001001110010100101111001001011100110000010111001101010111010001001 | ec9ca5e4b982e6ae89 |
UHC | 윥乂殉 | 100111111010010111100111110100011110001011100110 | 9fa5e7d1e2e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)