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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 蛇謝\ | 1000111011010110100011101101001101011100 | 8ed68ed35c |
EUC-JP | 蛇謝\ | 1011110011011000101111001101010101011100 | bcd8bcd55c |
UTF-8 | 蛇謝\ | 11101000100110111000011111101000101011001001110101011100 | e89b87e8ac9d5c |
UHC | 蛇謝\ | 1101111011101111110111101111001101011100 | deefdef35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)