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 | 雎域愕裄ァ髮 | 1110100010110001100010001110011010011100101100011110010111100000101001111110100110011011 | e8b188e69cb1e5e0a7e99b |
EUC-JP | 雎域愕裄ァ髮 | 111100001011001110110000111010001101100010110011111010101110001010001110101001111111000111111011 | f0b3b0e8d8b3eae28ea7f1fb |
UTF-8 | 雎域愕裄ァ髮 | 111010011001101110001110111001011001111110011111111001101000010010010101111010001010001110000100111011111011110110100111111010011010101110101110 | e99b8ee59f9fe68495e8a384efbda7e9abae |
UHC | 雎域愕??髮 | 11101110110100011110011010110100111001001100001100111111001111111101101110100101 | eed1e6b4e4c33f3fdba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)