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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 裁?裁鉢 | 10001101110110010011111110001101110110011001010010101011 | 8dd93f8dd994ab |
EUC-JP | 裁?裁鉢 | 10111010110110110011111110111010110110111100100010101101 | badb3fbadbc8ad |
UTF-8 | 裁렢裁鉢 | 111010001010001110000001111010111010000010100010111010001010001110000001111010011000100110100010 | e8a381eba0a2e8a381e989a2 |
UHC | 裁렢裁鉢 | 1110111010101110100011101011001111101110101011101101101110100100 | eeae8eb3eeaedba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)