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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 辣ァ閧幢スエ | 111001111000010110100111111010001000001010011011111011111011110110110100 | e785a7e8829befbdb4 |
EUC-JP | 辣ァ閧幢スエ | 111011011110010110001110101001111110111111100010110101101111000110001110101111011000111010110100 | ede58ea7efe2d6f18ebd8eb4 |
UTF-8 | 辣ァ閧幢スエ | 111010001011111010100011111011111011110110100111111010011001011010100111111001011011100110100010111011111011110110111101111011111011110110110100 | e8bea3efbda7e996a7e5b9a2efbdbdefbdb4 |
UHC | 辣??幢?? | 1101010110111000001111110011111111010011110100110011111100111111 | d5b83f3fd3d33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)