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 | 拘鳶恝 | 100011010101001110010011110011101111101010111100 | 8d5393cefabc |
EUC-JP | 拘鳶恝 | 10111001101101001100011011010000100011111011110111100111 | b9b4c6d08fbde7 |
UTF-8 | 拘鳶恝 | 111001101000101110011000111010011011001110110110111001101000000110011101 | e68b98e9b3b6e6819d |
UHC | 拘鳶恝 | 110011111010110011100110111010011100111010111111 | cface6e9cebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)