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 | 雎域愕謔ァ髴 | 1110100010110001100010001110011010011100101100011110011010000010101001111110100110011100 | e8b188e69cb1e682a7e99c |
EUC-JP | 雎域愕謔ァ髴 | 111100001011001110110000111010001101100010110011111010111110001010001110101001111111000111111100 | f0b3b0e8d8b3ebe28ea7f1fc |
UTF-8 | 雎域愕謔ァ髴 | 111010011001101110001110111001011001111110011111111001101000010010010101111010001010110010010100111011111011110110100111111010011010101110110100 | e99b8ee59f9fe68495e8ac94efbda7e9abb4 |
UHC | 雎域愕謔?? | 11101110110100011110011010110100111001001100001111111001110011000011111100111111 | eed1e6b4e4c3f9cc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)