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 | 雕撰ス糊ァ | 1110100010111000100100001110111110111101100011001101000010100111 | e8b890efbd8cd0a7 |
EUC-JP | 雕撰ス糊ァ | 11110000101110101100000011110001100011101011110110111000110100101000111010100111 | f0bac0f18ebdb8d28ea7 |
UTF-8 | 雕撰ス糊ァ | 111010011001101110010101111001101001001010110000111011111011110110111101111001111011001110001010111011111011110110100111 | e99b95e692b0efbdbde7b38aefbda7 |
UHC | 雕撰?糊? | 1111000011100111111100111011110000111111111110111101010100111111 | f0e7f3bc3ffbd53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)